class Aws::TranscribeService::Types::Media

Describes the input media file in a transcription request.

@note When making an API call, you may pass Media

data as a hash:

    {
      media_file_uri: "Uri",
      redacted_media_file_uri: "Uri",
    }

@!attribute [rw] media_file_uri

The S3 object location of the input media file. The URI must be in
the same region as the API endpoint that you are calling. The
general form is:

For example:

For more information about S3 object names, see [Object Keys][1] in
the *Amazon S3 Developer Guide*.

[1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#object-keys
@return [String]

@!attribute [rw] redacted_media_file_uri

The S3 object location for your redacted output media file. This is
only supported for call analytics jobs.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/Media AWS API Documentation

Constants

SENSITIVE