Uses of Class
software.amazon.awssdk.services.transcribe.model.CallAnalyticsSkippedReasonCode
-
Packages that use CallAnalyticsSkippedReasonCode Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of CallAnalyticsSkippedReasonCode in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return CallAnalyticsSkippedReasonCode Modifier and Type Method Description static CallAnalyticsSkippedReasonCodeCallAnalyticsSkippedReasonCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CallAnalyticsSkippedReasonCodeCallAnalyticsSkippedFeature. reasonCode()Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.static CallAnalyticsSkippedReasonCodeCallAnalyticsSkippedReasonCode. valueOf(String name)Returns the enum constant of this type with the specified name.static CallAnalyticsSkippedReasonCode[]CallAnalyticsSkippedReasonCode. 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 CallAnalyticsSkippedReasonCode Modifier and Type Method Description static Set<CallAnalyticsSkippedReasonCode>CallAnalyticsSkippedReasonCode. knownValues()Methods in software.amazon.awssdk.services.transcribe.model with parameters of type CallAnalyticsSkippedReasonCode Modifier and Type Method Description CallAnalyticsSkippedFeature.BuilderCallAnalyticsSkippedFeature.Builder. reasonCode(CallAnalyticsSkippedReasonCode reasonCode)Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.
-