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/
. Must
be a directory and not a top-level bucket. If empty, the value is populated
from Job.output_uri. See Supported input and output
formats.