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";
}