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

ListTranscriptsResponse

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

Response for ListTranscripts method.

interface ListTranscriptsResponse {
nextPageToken?: string;
transcripts?: Transcript[];
}

§Properties

§
nextPageToken?: string
[src]

Token to be circulated back for further List call if current List doesn't include all the transcripts. Unset if all transcripts are returned.

§
transcripts?: Transcript[]
[src]

List of transcripts in one page.