GoogleApi.Meet.V2.Model.TranscriptionConfig (google_api_meet v0.4.0)

View Source

Configuration related to transcription in a meeting space.

Attributes

  • autoTranscriptionGeneration (type: String.t, default: nil) - Defines whether the content of a meeting is automatically transcribed when someone with the privilege to transcribe joins the meeting.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Meet.V2.Model.TranscriptionConfig{
  autoTranscriptionGeneration: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.