GoogleApi.Meet.V2.Model.ArtifactConfig (google_api_meet v0.4.0)
View SourceConfiguration related to meeting artifacts potentially generated by this meeting space.
Attributes
-
recordingConfig
(type:GoogleApi.Meet.V2.Model.RecordingConfig.t
, default:nil
) - Configuration for recording. -
smartNotesConfig
(type:GoogleApi.Meet.V2.Model.SmartNotesConfig.t
, default:nil
) - Configuration for auto-smart-notes. -
transcriptionConfig
(type:GoogleApi.Meet.V2.Model.TranscriptionConfig.t
, default:nil
) - Configuration for auto-transcript.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Meet.V2.Model.ArtifactConfig{ recordingConfig: GoogleApi.Meet.V2.Model.RecordingConfig.t() | nil, smartNotesConfig: GoogleApi.Meet.V2.Model.SmartNotesConfig.t() | nil, transcriptionConfig: GoogleApi.Meet.V2.Model.TranscriptionConfig.t() | nil }