Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.PartialResultsStability
-
Packages that use PartialResultsStability Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of PartialResultsStability in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return PartialResultsStability Modifier and Type Method Description static PartialResultsStabilityPartialResultsStability. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PartialResultsStabilityStartCallAnalyticsStreamTranscriptionRequest. partialResultsStability()Specify the level of stability to use when you enable partial results stabilization (EnablePartialResultsStabilization).PartialResultsStabilityStartCallAnalyticsStreamTranscriptionResponse. partialResultsStability()Provides the stabilization level used for your transcription.PartialResultsStabilityStartStreamTranscriptionRequest. partialResultsStability()Specify the level of stability to use when you enable partial results stabilization (EnablePartialResultsStabilization).PartialResultsStabilityStartStreamTranscriptionResponse. partialResultsStability()Provides the stabilization level used for your transcription.static PartialResultsStabilityPartialResultsStability. valueOf(String name)Returns the enum constant of this type with the specified name.static PartialResultsStability[]PartialResultsStability. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type PartialResultsStability Modifier and Type Method Description static Set<PartialResultsStability>PartialResultsStability. knownValues()Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type PartialResultsStability Modifier and Type Method Description StartCallAnalyticsStreamTranscriptionRequest.BuilderStartCallAnalyticsStreamTranscriptionRequest.Builder. partialResultsStability(PartialResultsStability partialResultsStability)Specify the level of stability to use when you enable partial results stabilization (EnablePartialResultsStabilization).StartCallAnalyticsStreamTranscriptionResponse.BuilderStartCallAnalyticsStreamTranscriptionResponse.Builder. partialResultsStability(PartialResultsStability partialResultsStability)Provides the stabilization level used for your transcription.StartStreamTranscriptionRequest.BuilderStartStreamTranscriptionRequest.Builder. partialResultsStability(PartialResultsStability partialResultsStability)Specify the level of stability to use when you enable partial results stabilization (EnablePartialResultsStabilization).StartStreamTranscriptionResponse.BuilderStartStreamTranscriptionResponse.Builder. partialResultsStability(PartialResultsStability partialResultsStability)Provides the stabilization level used for your transcription.
-