| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribestreaming.model |
| Modifier and Type | Method and Description |
|---|---|
static CallAnalyticsLanguageCode |
CallAnalyticsLanguageCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CallAnalyticsLanguageCode |
StartCallAnalyticsStreamTranscriptionRequest.languageCode()
Specify the language code that represents the language spoken in your audio.
|
CallAnalyticsLanguageCode |
StartCallAnalyticsStreamTranscriptionResponse.languageCode()
Provides the language code that you specified in your Call Analytics request.
|
static CallAnalyticsLanguageCode |
CallAnalyticsLanguageCode.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<CallAnalyticsLanguageCode> |
CallAnalyticsLanguageCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StartCallAnalyticsStreamTranscriptionRequest.Builder |
StartCallAnalyticsStreamTranscriptionRequest.Builder.languageCode(CallAnalyticsLanguageCode languageCode)
Specify the language code that represents the language spoken in your audio.
|
StartCallAnalyticsStreamTranscriptionResponse.Builder |
StartCallAnalyticsStreamTranscriptionResponse.Builder.languageCode(CallAnalyticsLanguageCode languageCode)
Provides the language code that you specified in your Call Analytics request.
|
Copyright © 2023. All rights reserved.