Uses of Class
com.oracle.bmc.aispeech.model.VoiceCollection
-
Packages that use VoiceCollection Package Description com.oracle.bmc.aispeech.model com.oracle.bmc.aispeech.responses -
-
Uses of VoiceCollection in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return VoiceCollection Modifier and Type Method Description VoiceCollection
VoiceCollection.Builder. build()
Methods in com.oracle.bmc.aispeech.model with parameters of type VoiceCollection Modifier and Type Method Description VoiceCollection.Builder
VoiceCollection.Builder. copy(VoiceCollection model)
-
Uses of VoiceCollection in com.oracle.bmc.aispeech.responses
Methods in com.oracle.bmc.aispeech.responses that return VoiceCollection Modifier and Type Method Description VoiceCollection
ListVoicesResponse. getVoiceCollection()
The returned VoiceCollection instance.Methods in com.oracle.bmc.aispeech.responses with parameters of type VoiceCollection Modifier and Type Method Description ListVoicesResponse.Builder
ListVoicesResponse.Builder. voiceCollection(VoiceCollection voiceCollection)
The returned VoiceCollection instance.
-