autoTranscriptionGeneration property

String? autoTranscriptionGeneration
getter/setter pair

Defines whether the content of a meeting is automatically transcribed when someone with the privilege to transcribe joins the meeting. Possible string values are:

  • "AUTO_GENERATION_TYPE_UNSPECIFIED" : Default value specified by user policy. This should never be returned.
  • "ON" : The artifact is generated automatically.
  • "OFF" : The artifact is not generated automatically.

Implementation

core.String? autoTranscriptionGeneration;