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

Output

import type { Output } from "https://googleapis.deno.dev/v1/transcoder:v1.ts";

Location of output file(s) in a Cloud Storage bucket.

interface Output {
uri?: string;
}

§Properties

§
uri?: string
[src]

URI for the output file(s). For example, gs://my-bucket/outputs/. If empty, the value is populated from Job.output_uri. See Supported input and output formats.