/AWS1/CL_TNBMEDIA¶
Describes the Amazon S3 location of the media file you want to use in your request.
For information on supported media formats, refer to the MediaFormat
parameter or the Media formats section
in the Amazon S3 Developer Guide.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_mediafileuri TYPE /AWS1/TNBURI /AWS1/TNBURI¶
The Amazon S3 location of the media file you want to transcribe. For example:
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flacNote that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
iv_redactedmediafileuri TYPE /AWS1/TNBURI /AWS1/TNBURI¶
The Amazon S3 location of the media file you want to redact. For example:
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flacNote that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
RedactedMediaFileUriproduces a redacted audio file in addition to a redacted transcript. It is only supported for Call Analytics (StartCallAnalyticsJob) transcription requests.
Queryable Attributes¶
MediaFileUri¶
The Amazon S3 location of the media file you want to transcribe. For example:
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flacNote that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEDIAFILEURI() |
Getter for MEDIAFILEURI, with configurable default |
ASK_MEDIAFILEURI() |
Getter for MEDIAFILEURI w/ exceptions if field has no value |
HAS_MEDIAFILEURI() |
Determine if MEDIAFILEURI has a value |
RedactedMediaFileUri¶
The Amazon S3 location of the media file you want to redact. For example:
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flacNote that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
RedactedMediaFileUriproduces a redacted audio file in addition to a redacted transcript. It is only supported for Call Analytics (StartCallAnalyticsJob) transcription requests.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REDACTEDMEDIAFILEURI() |
Getter for REDACTEDMEDIAFILEURI, with configurable default |
ASK_REDACTEDMEDIAFILEURI() |
Getter for REDACTEDMEDIAFILEURI w/ exceptions if field has n |
HAS_REDACTEDMEDIAFILEURI() |
Determine if REDACTEDMEDIAFILEURI has a value |