Uses of Class
com.oracle.bmc.aispeech.model.CustomizationInference
-
Packages that use CustomizationInference Package Description com.oracle.bmc.aispeech.model -
-
Uses of CustomizationInference in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return CustomizationInference Modifier and Type Method Description CustomizationInference
CustomizationInference.Builder. build()
Methods in com.oracle.bmc.aispeech.model that return types with arguments of type CustomizationInference Modifier and Type Method Description List<CustomizationInference>
RealtimeParameters. getCustomizations()
Array of customization objects.Methods in com.oracle.bmc.aispeech.model with parameters of type CustomizationInference Modifier and Type Method Description CustomizationInference.Builder
CustomizationInference.Builder. copy(CustomizationInference model)
Method parameters in com.oracle.bmc.aispeech.model with type arguments of type CustomizationInference Modifier and Type Method Description RealtimeParameters.Builder
RealtimeParameters.Builder. customizations(List<CustomizationInference> customizations)
Array of customization objects.Constructor parameters in com.oracle.bmc.aispeech.model with type arguments of type CustomizationInference Constructor Description RealtimeParameters(String encoding, Boolean isAckEnabled, Integer partialSilenceThresholdInMs, Integer finalSilenceThresholdInMs, RealtimeParameters.StabilizePartialResults stabilizePartialResults, RealtimeParameters.ModelDomain modelDomain, String languageCode, Boolean shouldIgnoreInvalidCustomizations, List<CustomizationInference> customizations, RealtimeParameters.Punctuation punctuation)
Deprecated.
-