Class EngineTranscribeMedicalSettings
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkmeetings.model.EngineTranscribeMedicalSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EngineTranscribeMedicalSettings.Builder,EngineTranscribeMedicalSettings>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEngineTranscribeMedicalSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EngineTranscribeMedicalSettings.Builderbuilder()TranscribeMedicalContentIdentificationTypecontentIdentificationType()Set this field toPHIto identify personal health information in the transcription output.StringcontentIdentificationTypeAsString()Set this field toPHIto identify personal health information in the transcription output.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()TranscribeMedicalLanguageCodelanguageCode()The language code specified for the Amazon Transcribe Medical engine.StringlanguageCodeAsString()The language code specified for the Amazon Transcribe Medical engine.TranscribeMedicalRegionregion()The Amazon Web Services Region passed to Amazon Transcribe Medical.StringregionAsString()The Amazon Web Services Region passed to Amazon Transcribe Medical.List<SdkField<?>>sdkFields()static Class<? extends EngineTranscribeMedicalSettings.Builder>serializableBuilderClass()TranscribeMedicalSpecialtyspecialty()The specialty specified for the Amazon Transcribe Medical engine.StringspecialtyAsString()The specialty specified for the Amazon Transcribe Medical engine.EngineTranscribeMedicalSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.TranscribeMedicalTypetype()The type of transcription.StringtypeAsString()The type of transcription.StringvocabularyName()The name of the vocabulary passed to Amazon Transcribe Medical.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
languageCode
public 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,
languageCodewill returnTranscribeMedicalLanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlanguageCodeAsString().- Returns:
- The language code specified for the Amazon Transcribe Medical engine.
- See Also:
TranscribeMedicalLanguageCode
-
languageCodeAsString
public 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,
languageCodewill returnTranscribeMedicalLanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlanguageCodeAsString().- Returns:
- The language code specified for the Amazon Transcribe Medical engine.
- See Also:
TranscribeMedicalLanguageCode
-
specialty
public 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,
specialtywill returnTranscribeMedicalSpecialty.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromspecialtyAsString().- Returns:
- The specialty specified for the Amazon Transcribe Medical engine.
- See Also:
TranscribeMedicalSpecialty
-
specialtyAsString
public 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,
specialtywill returnTranscribeMedicalSpecialty.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromspecialtyAsString().- Returns:
- The specialty specified for the Amazon Transcribe Medical engine.
- See Also:
TranscribeMedicalSpecialty
-
type
public final TranscribeMedicalType type()
The type of transcription.
If the service returns an enum value that is not available in the current SDK version,
typewill returnTranscribeMedicalType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of transcription.
- See Also:
TranscribeMedicalType
-
typeAsString
public final String typeAsString()
The type of transcription.
If the service returns an enum value that is not available in the current SDK version,
typewill returnTranscribeMedicalType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of transcription.
- See Also:
TranscribeMedicalType
-
vocabularyName
public final String vocabularyName()
The name of the vocabulary passed to Amazon Transcribe Medical.
- Returns:
- The name of the vocabulary passed to Amazon Transcribe Medical.
-
region
public final TranscribeMedicalRegion region()
The Amazon Web Services 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,
regionwill returnTranscribeMedicalRegion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromregionAsString().- Returns:
- The Amazon Web Services Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the meeting's Region.
- See Also:
TranscribeMedicalRegion
-
regionAsString
public final String regionAsString()
The Amazon Web Services 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,
regionwill returnTranscribeMedicalRegion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromregionAsString().- Returns:
- The Amazon Web Services Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the meeting's Region.
- See Also:
TranscribeMedicalRegion
-
contentIdentificationType
public final TranscribeMedicalContentIdentificationType contentIdentificationType()
Set this field to
PHIto identify personal health information in the transcription output.If the service returns an enum value that is not available in the current SDK version,
contentIdentificationTypewill returnTranscribeMedicalContentIdentificationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentIdentificationTypeAsString().- Returns:
- Set this field to
PHIto identify personal health information in the transcription output. - See Also:
TranscribeMedicalContentIdentificationType
-
contentIdentificationTypeAsString
public final String contentIdentificationTypeAsString()
Set this field to
PHIto identify personal health information in the transcription output.If the service returns an enum value that is not available in the current SDK version,
contentIdentificationTypewill returnTranscribeMedicalContentIdentificationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentIdentificationTypeAsString().- Returns:
- Set this field to
PHIto identify personal health information in the transcription output. - See Also:
TranscribeMedicalContentIdentificationType
-
toBuilder
public EngineTranscribeMedicalSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EngineTranscribeMedicalSettings.Builder,EngineTranscribeMedicalSettings>
-
builder
public static EngineTranscribeMedicalSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends EngineTranscribeMedicalSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-