Uses of Class
com.oracle.bmc.aispeech.model.Pronunciation
-
Packages that use Pronunciation Package Description com.oracle.bmc.aispeech.model -
-
Uses of Pronunciation in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return Pronunciation Modifier and Type Method Description Pronunciation
Pronunciation.Builder. build()
Methods in com.oracle.bmc.aispeech.model that return types with arguments of type Pronunciation Modifier and Type Method Description List<Pronunciation>
Entity. getPronunciations()
List of pronunciations (minimum 1, maximum 255)Methods in com.oracle.bmc.aispeech.model with parameters of type Pronunciation Modifier and Type Method Description Pronunciation.Builder
Pronunciation.Builder. copy(Pronunciation model)
Method parameters in com.oracle.bmc.aispeech.model with type arguments of type Pronunciation Modifier and Type Method Description Entity.Builder
Entity.Builder. pronunciations(List<Pronunciation> pronunciations)
List of pronunciations (minimum 1, maximum 255)Constructor parameters in com.oracle.bmc.aispeech.model with type arguments of type Pronunciation Constructor Description Entity(String entityValue, List<Pronunciation> pronunciations, Float weight)
Deprecated.
-