@Generated(value="software.amazon.awssdk:codegen") public final class EngineTranscribeMedicalSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EngineTranscribeMedicalSettings.Builder,EngineTranscribeMedicalSettings>
Settings specific to the Amazon Transcribe Medical engine.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EngineTranscribeMedicalSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EngineTranscribeMedicalSettings.Builder |
builder() |
TranscribeMedicalContentIdentificationType |
contentIdentificationType()
Set this field to
PHI to identify personal health information in the transcription output. |
String |
contentIdentificationTypeAsString()
Set this field to
PHI to identify personal health information in the transcription output. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
TranscribeMedicalLanguageCode |
languageCode()
The language code specified for the Amazon Transcribe Medical engine.
|
String |
languageCodeAsString()
The language code specified for the Amazon Transcribe Medical engine.
|
TranscribeMedicalRegion |
region()
The AWS Region passed to Amazon Transcribe Medical.
|
String |
regionAsString()
The AWS Region passed to Amazon Transcribe Medical.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EngineTranscribeMedicalSettings.Builder> |
serializableBuilderClass() |
TranscribeMedicalSpecialty |
specialty()
The specialty specified for the Amazon Transcribe Medical engine.
|
String |
specialtyAsString()
The specialty specified for the Amazon Transcribe Medical engine.
|
EngineTranscribeMedicalSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TranscribeMedicalType |
type()
The type of transcription.
|
String |
typeAsString()
The type of transcription.
|
String |
vocabularyName()
The name of the vocabulary passed to Amazon Transcribe Medical.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TranscribeMedicalLanguageCode languageCode()
The language code specified for the Amazon Transcribe Medical engine.
If the service returns an enum value that is not available in the current SDK version, languageCode will
return TranscribeMedicalLanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from languageCodeAsString().
TranscribeMedicalLanguageCodepublic final String languageCodeAsString()
The language code specified for the Amazon Transcribe Medical engine.
If the service returns an enum value that is not available in the current SDK version, languageCode will
return TranscribeMedicalLanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from languageCodeAsString().
TranscribeMedicalLanguageCodepublic final TranscribeMedicalSpecialty specialty()
The specialty specified for the Amazon Transcribe Medical engine.
If the service returns an enum value that is not available in the current SDK version, specialty will
return TranscribeMedicalSpecialty.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from specialtyAsString().
TranscribeMedicalSpecialtypublic final String specialtyAsString()
The specialty specified for the Amazon Transcribe Medical engine.
If the service returns an enum value that is not available in the current SDK version, specialty will
return TranscribeMedicalSpecialty.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from specialtyAsString().
TranscribeMedicalSpecialtypublic final TranscribeMedicalType type()
The type of transcription.
If the service returns an enum value that is not available in the current SDK version, type will return
TranscribeMedicalType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
TranscribeMedicalTypepublic final String typeAsString()
The type of transcription.
If the service returns an enum value that is not available in the current SDK version, type will return
TranscribeMedicalType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
TranscribeMedicalTypepublic final String vocabularyName()
The name of the vocabulary passed to Amazon Transcribe Medical.
public final TranscribeMedicalRegion region()
The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the meeting's Region.
If the service returns an enum value that is not available in the current SDK version, region will
return TranscribeMedicalRegion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from regionAsString().
TranscribeMedicalRegionpublic final String regionAsString()
The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the meeting's Region.
If the service returns an enum value that is not available in the current SDK version, region will
return TranscribeMedicalRegion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from regionAsString().
TranscribeMedicalRegionpublic final TranscribeMedicalContentIdentificationType contentIdentificationType()
Set this field to PHI to identify personal health information in the transcription output.
If the service returns an enum value that is not available in the current SDK version,
contentIdentificationType will return
TranscribeMedicalContentIdentificationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from contentIdentificationTypeAsString().
PHI to identify personal health information in the transcription output.TranscribeMedicalContentIdentificationTypepublic final String contentIdentificationTypeAsString()
Set this field to PHI to identify personal health information in the transcription output.
If the service returns an enum value that is not available in the current SDK version,
contentIdentificationType will return
TranscribeMedicalContentIdentificationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from contentIdentificationTypeAsString().
PHI to identify personal health information in the transcription output.TranscribeMedicalContentIdentificationTypepublic EngineTranscribeMedicalSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EngineTranscribeMedicalSettings.Builder,EngineTranscribeMedicalSettings>public static EngineTranscribeMedicalSettings.Builder builder()
public static Class<? extends EngineTranscribeMedicalSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.