GoogleApi.Meet.V2.Model.TranscriptionConfig (google_api_meet v0.4.0)
View SourceConfiguration 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
@type t() :: %GoogleApi.Meet.V2.Model.TranscriptionConfig{ autoTranscriptionGeneration: String.t() | nil }