Uses of Class
com.oracle.bmc.aispeech.model.VoiceSummary
-
Packages that use VoiceSummary Package Description com.oracle.bmc.aispeech.model -
-
Uses of VoiceSummary in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return VoiceSummary Modifier and Type Method Description VoiceSummary
VoiceSummary.Builder. build()
Methods in com.oracle.bmc.aispeech.model that return types with arguments of type VoiceSummary Modifier and Type Method Description List<VoiceSummary>
VoiceCollection. getItems()
List of Voices available for user to select from.Methods in com.oracle.bmc.aispeech.model with parameters of type VoiceSummary Modifier and Type Method Description VoiceSummary.Builder
VoiceSummary.Builder. copy(VoiceSummary model)
Method parameters in com.oracle.bmc.aispeech.model with type arguments of type VoiceSummary Modifier and Type Method Description VoiceCollection.Builder
VoiceCollection.Builder. items(List<VoiceSummary> items)
List of Voices available for user to select from.Constructor parameters in com.oracle.bmc.aispeech.model with type arguments of type VoiceSummary Constructor Description VoiceCollection(List<VoiceSummary> items)
Deprecated.
-