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

TranscriptionConfig

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

Configuration related to transcription in a meeting space.

interface TranscriptionConfig {
autoTranscriptionGeneration?: "AUTO_GENERATION_TYPE_UNSPECIFIED" | "ON" | "OFF";
}

§Properties

§
autoTranscriptionGeneration?: "AUTO_GENERATION_TYPE_UNSPECIFIED" | "ON" | "OFF"
[src]

Defines whether the content of a meeting is automatically transcribed when someone with the privilege to transcribe joins the meeting.