Skip to main content

TTranscribeMedia

Class in AWS.Transcribe

Media class.

Ancestors

Properties

MediaFileUri

property MediaFileUri: string

RedactedMediaFileUri

property RedactedMediaFileUri: string

Methods

Redact

class function Redact(const ARedactedMediaFileUri: string): ITranscribeMedia;

ITranscribeMedia

Create a media object specifying the location of media to redact.

Parameters

NameDescription
ARedactedMediaFileUriThe Amazon S3 location of the media file to redact. The Amazon S3 bucket containing input media must be located in the same AWS region where the request is being made.

Returns

A new media instance.

Transcribe

class function Transcribe(const AMediaFileUri: string): ITranscribeMedia;

ITranscribeMedia

Create a media object specifying the location of media to transcribe.

Parameters

NameDescription
AMediaFileUriThe Amazon S3 location of the media file to transcribe. The Amazon S3 bucket containing input media must be located in the same AWS region where the request is being made.

Returns

A new media instance.