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

ArtifactConfig

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

Configuration related to meeting artifacts potentially generated by this meeting space.

interface ArtifactConfig {
recordingConfig?: RecordingConfig;
smartNotesConfig?: SmartNotesConfig;
transcriptionConfig?: TranscriptionConfig;
}

§Properties

§
recordingConfig?: RecordingConfig
[src]

Configuration for recording.

§
smartNotesConfig?: SmartNotesConfig
[src]

Configuration for auto-smart-notes.

§
transcriptionConfig?: TranscriptionConfig
[src]

Configuration for auto-transcript.