| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmediapipelines.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 |
AmazonTranscribeCallAnalyticsProcessorConfiguration.languageCode()
The language code in the configuration.
|
CallAnalyticsLanguageCode |
AmazonTranscribeProcessorConfiguration.languageCode()
The language code that represents the language spoken in your audio.
|
CallAnalyticsLanguageCode |
AmazonTranscribeProcessorConfiguration.preferredLanguage()
The preferred language for the transcription.
|
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 |
|---|---|
AmazonTranscribeCallAnalyticsProcessorConfiguration.Builder |
AmazonTranscribeCallAnalyticsProcessorConfiguration.Builder.languageCode(CallAnalyticsLanguageCode languageCode)
The language code in the configuration.
|
AmazonTranscribeProcessorConfiguration.Builder |
AmazonTranscribeProcessorConfiguration.Builder.languageCode(CallAnalyticsLanguageCode languageCode)
The language code that represents the language spoken in your audio.
|
AmazonTranscribeProcessorConfiguration.Builder |
AmazonTranscribeProcessorConfiguration.Builder.preferredLanguage(CallAnalyticsLanguageCode preferredLanguage)
The preferred language for the transcription.
|
Copyright © 2023. All rights reserved.