public static interface Media.Builder extends SdkPojo, CopyableBuilder<Media.Builder,Media>
| Modifier and Type | Method and Description |
|---|---|
Media.Builder |
mediaFileUri(String mediaFileUri)
The Amazon S3 location of the media file you want to transcribe.
|
Media.Builder |
redactedMediaFileUri(String redactedMediaFileUri)
The Amazon S3 location of the media file you want to redact.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMedia.Builder mediaFileUri(String 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.flac
Note 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.
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.flac
Note 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.
Media.Builder redactedMediaFileUri(String 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.flac
Note 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.
RedactedMediaFileUri produces a redacted audio file in addition to a redacted transcript. It is
only supported for Call Analytics (StartCallAnalyticsJob) transcription requests.
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.flac
Note 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.
RedactedMediaFileUri produces a redacted audio file in addition to a redacted transcript.
It is only supported for Call Analytics (StartCallAnalyticsJob) transcription requests.
Copyright © 2022. All rights reserved.