Uses of Class
software.amazon.awssdk.services.transcribe.model.CallAnalyticsFeature
-
Packages that use CallAnalyticsFeature Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of CallAnalyticsFeature in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return CallAnalyticsFeature Modifier and Type Method Description CallAnalyticsFeatureCallAnalyticsSkippedFeature. feature()Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.static CallAnalyticsFeatureCallAnalyticsFeature. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CallAnalyticsFeatureCallAnalyticsFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static CallAnalyticsFeature[]CallAnalyticsFeature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type CallAnalyticsFeature Modifier and Type Method Description static Set<CallAnalyticsFeature>CallAnalyticsFeature. knownValues()Methods in software.amazon.awssdk.services.transcribe.model with parameters of type CallAnalyticsFeature Modifier and Type Method Description CallAnalyticsSkippedFeature.BuilderCallAnalyticsSkippedFeature.Builder. feature(CallAnalyticsFeature feature)Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.
-