interface MedicalTranscriptProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Transcribe.CfnMedicalTranscriptionJob.MedicalTranscriptProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awstranscribe#CfnMedicalTranscriptionJob_MedicalTranscriptProperty |
Java | software.amazon.awscdk.services.transcribe.CfnMedicalTranscriptionJob.MedicalTranscriptProperty |
Python | aws_cdk.aws_transcribe.CfnMedicalTranscriptionJob.MedicalTranscriptProperty |
TypeScript | aws-cdk-lib » aws_transcribe » CfnMedicalTranscriptionJob » MedicalTranscriptProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_transcribe as transcribe } from 'aws-cdk-lib';
const medicalTranscriptProperty: transcribe.CfnMedicalTranscriptionJob.MedicalTranscriptProperty = {
transcriptFileUri: 'transcriptFileUri',
};
Properties
| Name | Type | Description |
|---|---|---|
| transcript | string | The Amazon S3 location of the transcript. |
transcriptFileUri?
Type:
string
(optional)
The Amazon S3 location of the transcript.

.NET
Go
Java
Python
TypeScript