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

DocsDestination

import type { DocsDestination } from "https://googleapis.deno.dev/v1/meet:v2.ts";

Google Docs location where the transcript file is saved.

interface DocsDestination {
readonly document?: string;
readonly exportUri?: string;
}

§Properties

§
readonly document?: string
[src]

Output only. The document ID for the underlying Google Docs transcript file. For example, "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Use the documents.get method of the Google Docs API (https://developers.google.com/docs/api/reference/rest/v1/documents/get) to fetch the content.

§
readonly exportUri?: string
[src]

Output only. URI for the Google Docs transcript file. Use https://docs.google.com/document/d/{$DocumentId}/view to browse the transcript in the browser.