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

TranscriptOutputConfig

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

Specifies an optional destination for the recognition results.

interface TranscriptOutputConfig {
gcsUri?: string;
}

§Properties

§
gcsUri?: string
[src]

Specifies a Cloud Storage URI for the recognition results. Must be specified in the format: gs://bucket_name/object_name, and the bucket must already exist.