@Generated(value="software.amazon.awssdk:codegen") public final class ModelSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelSettings.Builder,ModelSettings>
Provides the name of the custom language model that was included in the specified transcription job.
Only use ModelSettings with the LanguageModelName sub-parameter if you're not using
automatic language identification (). If using LanguageIdSettings in your request, this parameter
contains a LanguageModelName sub-parameter.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModelSettings.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 custom language model you want to use when processing your transcription job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelSettings.Builder> |
serializableBuilderClass() |
ModelSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String languageModelName()
The name of the custom language model you want to use when processing your transcription job. Note that language model names are case sensitive.
The language of the specified language model must match the language code you specify in your transcription request. If the languages don't match, the language model isn't applied. There are no errors or warnings associated with a language mismatch.
The language of the specified language model must match the language code you specify in your transcription request. If the languages don't match, the language model isn't applied. There are no errors or warnings associated with a language mismatch.
public ModelSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelSettings.Builder,ModelSettings>public static ModelSettings.Builder builder()
public static Class<? extends ModelSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.