Uses of Class
software.amazon.awssdk.services.chimesdkmediapipelines.model.PartialResultsStability
-
Packages that use PartialResultsStability Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of PartialResultsStability in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.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.PartialResultsStabilityAmazonTranscribeCallAnalyticsProcessorConfiguration. partialResultsStability()Specifies the level of stability to use when you enable partial results stabilization (EnablePartialResultsStabilization).PartialResultsStabilityAmazonTranscribeProcessorConfiguration. partialResultsStability()The level of stability to use when you enable partial results stabilization (EnablePartialResultsStabilization).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.chimesdkmediapipelines.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.chimesdkmediapipelines.model with parameters of type PartialResultsStability Modifier and Type Method Description AmazonTranscribeCallAnalyticsProcessorConfiguration.BuilderAmazonTranscribeCallAnalyticsProcessorConfiguration.Builder. partialResultsStability(PartialResultsStability partialResultsStability)Specifies the level of stability to use when you enable partial results stabilization (EnablePartialResultsStabilization).AmazonTranscribeProcessorConfiguration.BuilderAmazonTranscribeProcessorConfiguration.Builder. partialResultsStability(PartialResultsStability partialResultsStability)The level of stability to use when you enable partial results stabilization (EnablePartialResultsStabilization).
-