@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EngineTranscribeSettings extends Object implements Serializable, Cloneable, StructuredPojo
Settings specific to the Amazon Transcribe engine.
| Constructor and Description |
|---|
EngineTranscribeSettings() |
| Modifier and Type | Method and Description |
|---|---|
EngineTranscribeSettings |
clone() |
boolean |
equals(Object obj) |
String |
getLanguageCode()
The language code specified for the Amazon Transcribe engine.
|
String |
getRegion()
The AWS Region passed to Amazon Transcribe.
|
String |
getVocabularyFilterMethod()
The filtering method passed to Amazon Transcribe.
|
String |
getVocabularyFilterName()
The name of the vocabulary filter passed to Amazon Transcribe.
|
String |
getVocabularyName()
The name of the vocabulary passed to Amazon Transcribe.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLanguageCode(String languageCode)
The language code specified for the Amazon Transcribe engine.
|
void |
setRegion(String region)
The AWS Region passed to Amazon Transcribe.
|
void |
setVocabularyFilterMethod(String vocabularyFilterMethod)
The filtering method passed to Amazon Transcribe.
|
void |
setVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter passed to Amazon Transcribe.
|
void |
setVocabularyName(String vocabularyName)
The name of the vocabulary passed to Amazon Transcribe.
|
String |
toString()
Returns a string representation of this object.
|
EngineTranscribeSettings |
withLanguageCode(String languageCode)
The language code specified for the Amazon Transcribe engine.
|
EngineTranscribeSettings |
withLanguageCode(TranscribeLanguageCode languageCode)
The language code specified for the Amazon Transcribe engine.
|
EngineTranscribeSettings |
withRegion(String region)
The AWS Region passed to Amazon Transcribe.
|
EngineTranscribeSettings |
withRegion(TranscribeRegion region)
The AWS Region passed to Amazon Transcribe.
|
EngineTranscribeSettings |
withVocabularyFilterMethod(String vocabularyFilterMethod)
The filtering method passed to Amazon Transcribe.
|
EngineTranscribeSettings |
withVocabularyFilterMethod(TranscribeVocabularyFilterMethod vocabularyFilterMethod)
The filtering method passed to Amazon Transcribe.
|
EngineTranscribeSettings |
withVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter passed to Amazon Transcribe.
|
EngineTranscribeSettings |
withVocabularyName(String vocabularyName)
The name of the vocabulary passed to Amazon Transcribe.
|
public void setLanguageCode(String languageCode)
The language code specified for the Amazon Transcribe engine.
languageCode - The language code specified for the Amazon Transcribe engine.TranscribeLanguageCodepublic String getLanguageCode()
The language code specified for the Amazon Transcribe engine.
TranscribeLanguageCodepublic EngineTranscribeSettings withLanguageCode(String languageCode)
The language code specified for the Amazon Transcribe engine.
languageCode - The language code specified for the Amazon Transcribe engine.TranscribeLanguageCodepublic EngineTranscribeSettings withLanguageCode(TranscribeLanguageCode languageCode)
The language code specified for the Amazon Transcribe engine.
languageCode - The language code specified for the Amazon Transcribe engine.TranscribeLanguageCodepublic void setVocabularyFilterMethod(String vocabularyFilterMethod)
The filtering method passed to Amazon Transcribe.
vocabularyFilterMethod - The filtering method passed to Amazon Transcribe.TranscribeVocabularyFilterMethodpublic String getVocabularyFilterMethod()
The filtering method passed to Amazon Transcribe.
TranscribeVocabularyFilterMethodpublic EngineTranscribeSettings withVocabularyFilterMethod(String vocabularyFilterMethod)
The filtering method passed to Amazon Transcribe.
vocabularyFilterMethod - The filtering method passed to Amazon Transcribe.TranscribeVocabularyFilterMethodpublic EngineTranscribeSettings withVocabularyFilterMethod(TranscribeVocabularyFilterMethod vocabularyFilterMethod)
The filtering method passed to Amazon Transcribe.
vocabularyFilterMethod - The filtering method passed to Amazon Transcribe.TranscribeVocabularyFilterMethodpublic void setVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter passed to Amazon Transcribe.
vocabularyFilterName - The name of the vocabulary filter passed to Amazon Transcribe.public String getVocabularyFilterName()
The name of the vocabulary filter passed to Amazon Transcribe.
public EngineTranscribeSettings withVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter passed to Amazon Transcribe.
vocabularyFilterName - The name of the vocabulary filter passed to Amazon Transcribe.public void setVocabularyName(String vocabularyName)
The name of the vocabulary passed to Amazon Transcribe.
vocabularyName - The name of the vocabulary passed to Amazon Transcribe.public String getVocabularyName()
The name of the vocabulary passed to Amazon Transcribe.
public EngineTranscribeSettings withVocabularyName(String vocabularyName)
The name of the vocabulary passed to Amazon Transcribe.
vocabularyName - The name of the vocabulary passed to Amazon Transcribe.public void setRegion(String region)
The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the meeting's Region.
region - The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the meeting's
Region.TranscribeRegionpublic String getRegion()
The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the meeting's Region.
TranscribeRegionpublic EngineTranscribeSettings withRegion(String region)
The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the meeting's Region.
region - The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the meeting's
Region.TranscribeRegionpublic EngineTranscribeSettings withRegion(TranscribeRegion region)
The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the meeting's Region.
region - The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the meeting's
Region.TranscribeRegionpublic String toString()
toString in class ObjectObject.toString()public EngineTranscribeSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.