Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.CallAnalyticsLanguageCode
-
Packages that use CallAnalyticsLanguageCode Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of CallAnalyticsLanguageCode in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return CallAnalyticsLanguageCode Modifier and Type Method Description static CallAnalyticsLanguageCodeCallAnalyticsLanguageCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CallAnalyticsLanguageCodeStartCallAnalyticsStreamTranscriptionRequest. languageCode()Specify the language code that represents the language spoken in your audio.CallAnalyticsLanguageCodeStartCallAnalyticsStreamTranscriptionResponse. languageCode()Provides the language code that you specified in your Call Analytics request.static CallAnalyticsLanguageCodeCallAnalyticsLanguageCode. valueOf(String name)Returns the enum constant of this type with the specified name.static CallAnalyticsLanguageCode[]CallAnalyticsLanguageCode. 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 CallAnalyticsLanguageCode Modifier and Type Method Description static Set<CallAnalyticsLanguageCode>CallAnalyticsLanguageCode. knownValues()Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type CallAnalyticsLanguageCode Modifier and Type Method Description StartCallAnalyticsStreamTranscriptionRequest.BuilderStartCallAnalyticsStreamTranscriptionRequest.Builder. languageCode(CallAnalyticsLanguageCode languageCode)Specify the language code that represents the language spoken in your audio.StartCallAnalyticsStreamTranscriptionResponse.BuilderStartCallAnalyticsStreamTranscriptionResponse.Builder. languageCode(CallAnalyticsLanguageCode languageCode)Provides the language code that you specified in your Call Analytics request.
-