@Generated(value="software.amazon.awssdk:codegen") public final class LanguageIdSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LanguageIdSettings.Builder,LanguageIdSettings>
Language-specific settings that can be specified when language identification is enabled.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LanguageIdSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LanguageIdSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
languageModelName()
The name of the language model you want to use when transcribing your audio.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LanguageIdSettings.Builder> |
serializableBuilderClass() |
LanguageIdSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vocabularyFilterName()
The name of the vocabulary filter you want to use when transcribing your audio.
|
String |
vocabularyName()
The name of the vocabulary you want to use when processing your transcription job.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String vocabularyName()
The name of the vocabulary you want to use when processing your transcription job. The vocabulary you specify must have the same language codes as the transcription job; if the languages don't match, the vocabulary isn't applied.
public final String vocabularyFilterName()
The name of the vocabulary filter you want to use when transcribing your audio. The filter you specify must have the same language codes as the transcription job; if the languages don't match, the vocabulary filter isn't be applied.
public final String languageModelName()
The name of the language model you want to use when transcribing your audio. The model you specify must have the same language codes as the transcription job; if the languages don't match, the language model isn't be applied.
public LanguageIdSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LanguageIdSettings.Builder,LanguageIdSettings>public static LanguageIdSettings.Builder builder()
public static Class<? extends LanguageIdSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.