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;
Create a media object specifying the location of media to redact.
Parameters
| Name | Description |
|---|---|
ARedactedMediaFileUri | The 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;
Create a media object specifying the location of media to transcribe.
Parameters
| Name | Description |
|---|---|
AMediaFileUri | The 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.