@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 |
getContentIdentificationType()
Set this field to
PHI to identify personal health information in the transcription output. |
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)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setContentIdentificationType(String contentIdentificationType)
Set this field to
PHI to identify personal health information in the transcription output. |
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 |
withContentIdentificationType(String contentIdentificationType)
Set this field to
PHI to identify personal health information in the transcription output. |
EngineTranscribeMedicalSettings |
withContentIdentificationType(TranscribeMedicalContentIdentificationType contentIdentificationType)
Set this field to
PHI to identify personal health information in the transcription output. |
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.TranscribeMedicalLanguageCode
public String getLanguageCode()
The language code specified for the Amazon Transcribe Medical engine.
TranscribeMedicalLanguageCode
public 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.TranscribeMedicalLanguageCode
public 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.TranscribeMedicalLanguageCode
public void setSpecialty(String specialty)
The specialty specified for the Amazon Transcribe Medical engine.
specialty
- The specialty specified for the Amazon Transcribe Medical engine.TranscribeMedicalSpecialty
public String getSpecialty()
The specialty specified for the Amazon Transcribe Medical engine.
TranscribeMedicalSpecialty
public EngineTranscribeMedicalSettings withSpecialty(String specialty)
The specialty specified for the Amazon Transcribe Medical engine.
specialty
- The specialty specified for the Amazon Transcribe Medical engine.TranscribeMedicalSpecialty
public EngineTranscribeMedicalSettings withSpecialty(TranscribeMedicalSpecialty specialty)
The specialty specified for the Amazon Transcribe Medical engine.
specialty
- The specialty specified for the Amazon Transcribe Medical engine.TranscribeMedicalSpecialty
public void setType(String type)
The type of transcription.
type
- The type of transcription.TranscribeMedicalType
public String getType()
The type of transcription.
TranscribeMedicalType
public EngineTranscribeMedicalSettings withType(String type)
The type of transcription.
type
- The type of transcription.TranscribeMedicalType
public EngineTranscribeMedicalSettings withType(TranscribeMedicalType type)
The type of transcription.
type
- The type of transcription.TranscribeMedicalType
public 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 meeting's Region.
region
- The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the
meeting's Region.TranscribeMedicalRegion
public String getRegion()
The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the meeting's Region.
TranscribeMedicalRegion
public EngineTranscribeMedicalSettings withRegion(String region)
The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the meeting's Region.
region
- The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the
meeting's Region.TranscribeMedicalRegion
public EngineTranscribeMedicalSettings withRegion(TranscribeMedicalRegion region)
The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the meeting's Region.
region
- The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the
meeting's Region.TranscribeMedicalRegion
public void setContentIdentificationType(String contentIdentificationType)
Set this field to PHI
to identify personal health information in the transcription output.
contentIdentificationType
- Set this field to PHI
to identify personal health information in the transcription output.TranscribeMedicalContentIdentificationType
public String getContentIdentificationType()
Set this field to PHI
to identify personal health information in the transcription output.
PHI
to identify personal health information in the transcription output.TranscribeMedicalContentIdentificationType
public EngineTranscribeMedicalSettings withContentIdentificationType(String contentIdentificationType)
Set this field to PHI
to identify personal health information in the transcription output.
contentIdentificationType
- Set this field to PHI
to identify personal health information in the transcription output.TranscribeMedicalContentIdentificationType
public EngineTranscribeMedicalSettings withContentIdentificationType(TranscribeMedicalContentIdentificationType contentIdentificationType)
Set this field to PHI
to identify personal health information in the transcription output.
contentIdentificationType
- Set this field to PHI
to identify personal health information in the transcription output.TranscribeMedicalContentIdentificationType
public String toString()
toString
in class Object
Object.toString()
public EngineTranscribeMedicalSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.