Class CfnMedicalTranscriptionJobPropsMixin.MediaProperty
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Transcribe
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnMedicalTranscriptionJobPropsMixin.MediaProperty : CfnMedicalTranscriptionJobPropsMixin.IMediaProperty
Syntax (vb)
Public Class CfnMedicalTranscriptionJobPropsMixin.MediaProperty Implements CfnMedicalTranscriptionJobPropsMixin.IMediaProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Transcribe;
var mediaProperty = new MediaProperty {
MediaFileUri = "mediaFileUri"
};
Synopsis
Constructors
| MediaProperty() |
Properties
| MediaFileUri | The Amazon S3 location of the media file. |
Constructors
MediaProperty()
public MediaProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Transcribe;
var mediaProperty = new MediaProperty {
MediaFileUri = "mediaFileUri"
};
Properties
MediaFileUri
The Amazon S3 location of the media file.
public string? MediaFileUri { get; set; }