Package | Description |
---|---|
com.oracle.bmc.aispeech.model |
Modifier and Type | Method and Description |
---|---|
static RealtimeParameters.StabilizePartialResults |
RealtimeParameters.StabilizePartialResults.create(String key) |
RealtimeParameters.StabilizePartialResults |
RealtimeParameters.getStabilizePartialResults()
When enabled sets the amount of confidence required for latest tokens before returning them
as part of a new partial result
|
static RealtimeParameters.StabilizePartialResults |
RealtimeParameters.StabilizePartialResults.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RealtimeParameters.StabilizePartialResults[] |
RealtimeParameters.StabilizePartialResults.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.stabilizePartialResults(RealtimeParameters.StabilizePartialResults stabilizePartialResults)
When enabled sets the amount of confidence required for latest tokens before returning
them as part of a new partial result
|
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)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.