@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LanguageIdSettings extends Object implements Serializable, Cloneable, StructuredPojo
Language-specific settings that can be specified when language identification is enabled.
Constructor and Description |
---|
LanguageIdSettings() |
Modifier and Type | Method and Description |
---|---|
LanguageIdSettings |
clone() |
boolean |
equals(Object obj) |
String |
getLanguageModelName()
The name of the language model you want to use when transcribing your audio.
|
String |
getVocabularyFilterName()
The name of the vocabulary filter you want to use when transcribing your audio.
|
String |
getVocabularyName()
The name of the vocabulary you want to use when processing your transcription job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLanguageModelName(String languageModelName)
The name of the language model you want to use when transcribing your audio.
|
void |
setVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter you want to use when transcribing your audio.
|
void |
setVocabularyName(String vocabularyName)
The name of the vocabulary you want to use when processing your transcription job.
|
String |
toString()
Returns a string representation of this object.
|
LanguageIdSettings |
withLanguageModelName(String languageModelName)
The name of the language model you want to use when transcribing your audio.
|
LanguageIdSettings |
withVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter you want to use when transcribing your audio.
|
LanguageIdSettings |
withVocabularyName(String vocabularyName)
The name of the vocabulary you want to use when processing your transcription job.
|
public void setVocabularyName(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.
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 String getVocabularyName()
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 LanguageIdSettings withVocabularyName(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.
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 void setVocabularyFilterName(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.
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 String getVocabularyFilterName()
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 LanguageIdSettings withVocabularyFilterName(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.
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 void setLanguageModelName(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.
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 String getLanguageModelName()
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 withLanguageModelName(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.
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 String toString()
toString
in class Object
Object.toString()
public LanguageIdSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.