Uses of Class
com.oracle.bmc.aispeech.model.RealtimeParameters.Punctuation
-
Packages that use RealtimeParameters.Punctuation Package Description com.oracle.bmc.aispeech.model -
-
Uses of RealtimeParameters.Punctuation in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return RealtimeParameters.Punctuation Modifier and Type Method Description static RealtimeParameters.Punctuation
RealtimeParameters.Punctuation. create(String key)
RealtimeParameters.Punctuation
RealtimeParameters. getPunctuation()
Configure punctuations in the generated transcriptions.static RealtimeParameters.Punctuation
RealtimeParameters.Punctuation. valueOf(String name)
Returns the enum constant of this type with the specified name.static RealtimeParameters.Punctuation[]
RealtimeParameters.Punctuation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.aispeech.model with parameters of type RealtimeParameters.Punctuation Modifier and Type Method Description RealtimeParameters.Builder
RealtimeParameters.Builder. punctuation(RealtimeParameters.Punctuation punctuation)
Configure punctuations in the generated transcriptions.Constructors in com.oracle.bmc.aispeech.model with parameters of type RealtimeParameters.Punctuation 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.
-