Class CfnMedicalTranscriptionJobProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.transcribe.CfnMedicalTranscriptionJobProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMedicalTranscriptionJobProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMedicalTranscriptionJobProps
@Stability(Stable)
@Internal
public static final class CfnMedicalTranscriptionJobProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMedicalTranscriptionJobProps
An implementation for
CfnMedicalTranscriptionJobProps-
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.services.transcribe.CfnMedicalTranscriptionJobProps
CfnMedicalTranscriptionJobProps.Builder, CfnMedicalTranscriptionJobProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMedicalTranscriptionJobProps.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: eitherIResolvableorCfnMedicalTranscriptionJob.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: eitherIResolvableorCfnMedicalTranscriptionJob.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 theCfnMedicalTranscriptionJobProps.Builder.
-
-
Method Details
-
getLanguageCode
Description copied from interface:CfnMedicalTranscriptionJobPropsThe language code for the language spoken in the input media file.Must be en-US.
- Specified by:
getLanguageCodein interfaceCfnMedicalTranscriptionJobProps- See Also:
-
getMedia
Description copied from interface:CfnMedicalTranscriptionJobPropsReturns union: eitherIResolvableorCfnMedicalTranscriptionJob.MediaProperty- Specified by:
getMediain interfaceCfnMedicalTranscriptionJobProps- See Also:
-
getMedicalTranscriptionJobName
Description copied from interface:CfnMedicalTranscriptionJobPropsA unique name for the medical transcription job.- Specified by:
getMedicalTranscriptionJobNamein interfaceCfnMedicalTranscriptionJobProps- See Also:
-
getSpecialty
Description copied from interface:CfnMedicalTranscriptionJobPropsThe medical specialty represented in the media.- Specified by:
getSpecialtyin interfaceCfnMedicalTranscriptionJobProps- See Also:
-
getType
Description copied from interface:CfnMedicalTranscriptionJobPropsWhether the input media is a dictation or conversation.- Specified by:
getTypein interfaceCfnMedicalTranscriptionJobProps- See Also:
-
getMediaFormat
Description copied from interface:CfnMedicalTranscriptionJobPropsThe format of the input media file.- Specified by:
getMediaFormatin interfaceCfnMedicalTranscriptionJobProps- See Also:
-
getMediaSampleRateHertz
Description copied from interface:CfnMedicalTranscriptionJobPropsThe sample rate of the audio in hertz.- Specified by:
getMediaSampleRateHertzin interfaceCfnMedicalTranscriptionJobProps- See Also:
-
getSettings
Description copied from interface:CfnMedicalTranscriptionJobPropsReturns union: eitherIResolvableorCfnMedicalTranscriptionJob.MedicalTranscriptionSettingProperty- Specified by:
getSettingsin interfaceCfnMedicalTranscriptionJobProps- See Also:
-
getTags
Description copied from interface:CfnMedicalTranscriptionJobPropsTags associated with the medical transcription job.- Specified by:
getTagsin interfaceCfnMedicalTranscriptionJobProps- 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()
-