@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.TranscribeLanguageCode
public String getLanguageCode()
The language code specified for the Amazon Transcribe engine.
TranscribeLanguageCode
public EngineTranscribeSettings withLanguageCode(String languageCode)
The language code specified for the Amazon Transcribe engine.
languageCode
- The language code specified for the Amazon Transcribe engine.TranscribeLanguageCode
public EngineTranscribeSettings withLanguageCode(TranscribeLanguageCode languageCode)
The language code specified for the Amazon Transcribe engine.
languageCode
- The language code specified for the Amazon Transcribe engine.TranscribeLanguageCode
public void setVocabularyFilterMethod(String vocabularyFilterMethod)
The filtering method passed to Amazon Transcribe.
vocabularyFilterMethod
- The filtering method passed to Amazon Transcribe.TranscribeVocabularyFilterMethod
public String getVocabularyFilterMethod()
The filtering method passed to Amazon Transcribe.
TranscribeVocabularyFilterMethod
public EngineTranscribeSettings withVocabularyFilterMethod(String vocabularyFilterMethod)
The filtering method passed to Amazon Transcribe.
vocabularyFilterMethod
- The filtering method passed to Amazon Transcribe.TranscribeVocabularyFilterMethod
public EngineTranscribeSettings withVocabularyFilterMethod(TranscribeVocabularyFilterMethod vocabularyFilterMethod)
The filtering method passed to Amazon Transcribe.
vocabularyFilterMethod
- The filtering method passed to Amazon Transcribe.TranscribeVocabularyFilterMethod
public 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.TranscribeRegion
public String getRegion()
The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the meeting's Region.
TranscribeRegion
public 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.TranscribeRegion
public 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.TranscribeRegion
public String toString()
toString
in class Object
Object.toString()
public EngineTranscribeSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.