Package | Description |
---|---|
com.oracle.bmc.aispeech.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
RealtimeParameters.Builder |
RealtimeParameters.Builder.punctuation(RealtimeParameters.Punctuation punctuation)
Configure punctuations in the generated transcriptions.
|
Constructor and 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.
|
Copyright © 2016–2025. All rights reserved.