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

ListTranscriptEntriesResponse

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

Response for ListTranscriptEntries method.

interface ListTranscriptEntriesResponse {
nextPageToken?: string;
transcriptEntries?: TranscriptEntry[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
transcriptEntries?: TranscriptEntry[]
[src]

List of TranscriptEntries in one page.