Class CfnMedicalTranscriptionJobMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.transcribe.CfnMedicalTranscriptionJobMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMedicalTranscriptionJobMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMedicalTranscriptionJobMixinProps
@Stability(Stable)
@Internal
public static final class CfnMedicalTranscriptionJobMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMedicalTranscriptionJobMixinProps
An implementation for
CfnMedicalTranscriptionJobMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.transcribe.CfnMedicalTranscriptionJobMixinProps
CfnMedicalTranscriptionJobMixinProps.Builder, CfnMedicalTranscriptionJobMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMedicalTranscriptionJobMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe language code for the language spoken in the input media file.final ObjectgetMedia()Returns union: eitherIResolvableorCfnMedicalTranscriptionJobPropsMixin.MediaPropertyfinal StringThe format of the input media file.final NumberThe sample rate of the audio in hertz.final StringA unique name for the medical transcription job.final ObjectReturns union: eitherIResolvableorCfnMedicalTranscriptionJobPropsMixin.MedicalTranscriptionSettingPropertyfinal StringThe medical specialty represented in the media.getTags()Tags associated with the medical transcription job.final StringgetType()Whether the input media is a dictation or conversation.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnMedicalTranscriptionJobMixinProps.Builder.
-
-
Method Details
-
getLanguageCode
Description copied from interface:CfnMedicalTranscriptionJobMixinPropsThe language code for the language spoken in the input media file.Must be en-US.
- Specified by:
getLanguageCodein interfaceCfnMedicalTranscriptionJobMixinProps- See Also:
-
getMedia
Description copied from interface:CfnMedicalTranscriptionJobMixinPropsReturns union: eitherIResolvableorCfnMedicalTranscriptionJobPropsMixin.MediaProperty- Specified by:
getMediain interfaceCfnMedicalTranscriptionJobMixinProps- See Also:
-
getMediaFormat
Description copied from interface:CfnMedicalTranscriptionJobMixinPropsThe format of the input media file.- Specified by:
getMediaFormatin interfaceCfnMedicalTranscriptionJobMixinProps- See Also:
-
getMediaSampleRateHertz
Description copied from interface:CfnMedicalTranscriptionJobMixinPropsThe sample rate of the audio in hertz.- Specified by:
getMediaSampleRateHertzin interfaceCfnMedicalTranscriptionJobMixinProps- See Also:
-
getMedicalTranscriptionJobName
Description copied from interface:CfnMedicalTranscriptionJobMixinPropsA unique name for the medical transcription job.- Specified by:
getMedicalTranscriptionJobNamein interfaceCfnMedicalTranscriptionJobMixinProps- See Also:
-
getSettings
Description copied from interface:CfnMedicalTranscriptionJobMixinPropsReturns union: eitherIResolvableorCfnMedicalTranscriptionJobPropsMixin.MedicalTranscriptionSettingProperty- Specified by:
getSettingsin interfaceCfnMedicalTranscriptionJobMixinProps- See Also:
-
getSpecialty
Description copied from interface:CfnMedicalTranscriptionJobMixinPropsThe medical specialty represented in the media.- Specified by:
getSpecialtyin interfaceCfnMedicalTranscriptionJobMixinProps- See Also:
-
getTags
Description copied from interface:CfnMedicalTranscriptionJobMixinPropsTags associated with the medical transcription job.- Specified by:
getTagsin interfaceCfnMedicalTranscriptionJobMixinProps- See Also:
-
getType
Description copied from interface:CfnMedicalTranscriptionJobMixinPropsWhether the input media is a dictation or conversation.- Specified by:
getTypein interfaceCfnMedicalTranscriptionJobMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-