Uses of Class
software.amazon.awssdk.services.chime.model.TranscribePartialResultsStability
-
Packages that use TranscribePartialResultsStability Package Description software.amazon.awssdk.services.chime.model -
-
Uses of TranscribePartialResultsStability in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return TranscribePartialResultsStability Modifier and Type Method Description static TranscribePartialResultsStabilityTranscribePartialResultsStability. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TranscribePartialResultsStabilityEngineTranscribeSettings. partialResultsStability()Specify the level of stability to use when you enable partial results stabilization (EnablePartialResultsStabilization).static TranscribePartialResultsStabilityTranscribePartialResultsStability. valueOf(String name)Returns the enum constant of this type with the specified name.static TranscribePartialResultsStability[]TranscribePartialResultsStability. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type TranscribePartialResultsStability Modifier and Type Method Description static Set<TranscribePartialResultsStability>TranscribePartialResultsStability. knownValues()Methods in software.amazon.awssdk.services.chime.model with parameters of type TranscribePartialResultsStability Modifier and Type Method Description EngineTranscribeSettings.BuilderEngineTranscribeSettings.Builder. partialResultsStability(TranscribePartialResultsStability partialResultsStability)Specify the level of stability to use when you enable partial results stabilization (EnablePartialResultsStabilization).
-