Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Media

import type { Media } from "https://aws-api.deno.dev/v0.3/services/transcribeservice.ts?docs=full";

Describes the input media file in a transcription request.

interface Media {
MediaFileUri?: string | null;
RedactedMediaFileUri?: string | null;
}

§Properties

§
MediaFileUri?: string | null
[src]

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:

s3://<AWSDOC-EXAMPLE-BUCKET>/<keyprefix>/<objectkey>

For example:

s3://AWSDOC-EXAMPLE-BUCKET/example.mp4

s3://AWSDOC-EXAMPLE-BUCKET/mediadocs/example.mp4

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

§
RedactedMediaFileUri?: string | null
[src]

The S3 object location for your redacted output media file. This is only supported for call analytics jobs.