You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::TranscribeService::Types::Media

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Media as input to an Aws::Client method, you can use a vanilla Hash:

{
  media_file_uri: "Uri",
}

Describes the input media file in a transcription request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#media_file_uriString

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 in the Amazon S3 Developer Guide.

Returns:

  • (String)

    The S3 object location of the input media file.