@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EngineTranscribeMedicalSettings extends Object implements Serializable, Cloneable, StructuredPojo
Settings specific to the Amazon Transcribe Medical engine.
| Constructor and Description |
|---|
EngineTranscribeMedicalSettings() |
| Modifier and Type | Method and Description |
|---|---|
EngineTranscribeMedicalSettings |
clone() |
boolean |
equals(Object obj) |
String |
getLanguageCode()
The language code specified for the Amazon Transcribe Medical engine.
|
String |
getRegion()
The AWS Region passed to Amazon Transcribe Medical.
|
String |
getSpecialty()
The specialty specified for the Amazon Transcribe Medical engine.
|
String |
getType()
The type of transcription.
|
String |
getVocabularyName()
The name of the vocabulary passed to Amazon Transcribe Medical.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLanguageCode(String languageCode)
The language code specified for the Amazon Transcribe Medical engine.
|
void |
setRegion(String region)
The AWS Region passed to Amazon Transcribe Medical.
|
void |
setSpecialty(String specialty)
The specialty specified for the Amazon Transcribe Medical engine.
|
void |
setType(String type)
The type of transcription.
|
void |
setVocabularyName(String vocabularyName)
The name of the vocabulary passed to Amazon Transcribe Medical.
|
String |
toString()
Returns a string representation of this object.
|
EngineTranscribeMedicalSettings |
withLanguageCode(String languageCode)
The language code specified for the Amazon Transcribe Medical engine.
|
EngineTranscribeMedicalSettings |
withLanguageCode(TranscribeMedicalLanguageCode languageCode)
The language code specified for the Amazon Transcribe Medical engine.
|
EngineTranscribeMedicalSettings |
withRegion(String region)
The AWS Region passed to Amazon Transcribe Medical.
|
EngineTranscribeMedicalSettings |
withRegion(TranscribeMedicalRegion region)
The AWS Region passed to Amazon Transcribe Medical.
|
EngineTranscribeMedicalSettings |
withSpecialty(String specialty)
The specialty specified for the Amazon Transcribe Medical engine.
|
EngineTranscribeMedicalSettings |
withSpecialty(TranscribeMedicalSpecialty specialty)
The specialty specified for the Amazon Transcribe Medical engine.
|
EngineTranscribeMedicalSettings |
withType(String type)
The type of transcription.
|
EngineTranscribeMedicalSettings |
withType(TranscribeMedicalType type)
The type of transcription.
|
EngineTranscribeMedicalSettings |
withVocabularyName(String vocabularyName)
The name of the vocabulary passed to Amazon Transcribe Medical.
|
public void setLanguageCode(String languageCode)
The language code specified for the Amazon Transcribe Medical engine.
languageCode - The language code specified for the Amazon Transcribe Medical engine.TranscribeMedicalLanguageCodepublic String getLanguageCode()
The language code specified for the Amazon Transcribe Medical engine.
TranscribeMedicalLanguageCodepublic EngineTranscribeMedicalSettings withLanguageCode(String languageCode)
The language code specified for the Amazon Transcribe Medical engine.
languageCode - The language code specified for the Amazon Transcribe Medical engine.TranscribeMedicalLanguageCodepublic EngineTranscribeMedicalSettings withLanguageCode(TranscribeMedicalLanguageCode languageCode)
The language code specified for the Amazon Transcribe Medical engine.
languageCode - The language code specified for the Amazon Transcribe Medical engine.TranscribeMedicalLanguageCodepublic void setSpecialty(String specialty)
The specialty specified for the Amazon Transcribe Medical engine.
specialty - The specialty specified for the Amazon Transcribe Medical engine.TranscribeMedicalSpecialtypublic String getSpecialty()
The specialty specified for the Amazon Transcribe Medical engine.
TranscribeMedicalSpecialtypublic EngineTranscribeMedicalSettings withSpecialty(String specialty)
The specialty specified for the Amazon Transcribe Medical engine.
specialty - The specialty specified for the Amazon Transcribe Medical engine.TranscribeMedicalSpecialtypublic EngineTranscribeMedicalSettings withSpecialty(TranscribeMedicalSpecialty specialty)
The specialty specified for the Amazon Transcribe Medical engine.
specialty - The specialty specified for the Amazon Transcribe Medical engine.TranscribeMedicalSpecialtypublic void setType(String type)
The type of transcription.
type - The type of transcription.TranscribeMedicalTypepublic String getType()
The type of transcription.
TranscribeMedicalTypepublic EngineTranscribeMedicalSettings withType(String type)
The type of transcription.
type - The type of transcription.TranscribeMedicalTypepublic EngineTranscribeMedicalSettings withType(TranscribeMedicalType type)
The type of transcription.
type - The type of transcription.TranscribeMedicalTypepublic void setVocabularyName(String vocabularyName)
The name of the vocabulary passed to Amazon Transcribe Medical.
vocabularyName - The name of the vocabulary passed to Amazon Transcribe Medical.public String getVocabularyName()
The name of the vocabulary passed to Amazon Transcribe Medical.
public EngineTranscribeMedicalSettings withVocabularyName(String vocabularyName)
The name of the vocabulary passed to Amazon Transcribe Medical.
vocabularyName - The name of the vocabulary passed to Amazon Transcribe Medical.public void setRegion(String region)
The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the Region closest to the meeting's Region.
region - The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the
Region closest to the meeting's Region.TranscribeMedicalRegionpublic String getRegion()
The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the Region closest to the meeting's Region.
TranscribeMedicalRegionpublic EngineTranscribeMedicalSettings withRegion(String region)
The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the Region closest to the meeting's Region.
region - The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the
Region closest to the meeting's Region.TranscribeMedicalRegionpublic EngineTranscribeMedicalSettings withRegion(TranscribeMedicalRegion region)
The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the Region closest to the meeting's Region.
region - The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the
Region closest to the meeting's Region.TranscribeMedicalRegionpublic String toString()
toString in class ObjectObject.toString()public EngineTranscribeMedicalSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.