Show / Hide Table of Contents

Class SpaceConfig.Types.ArtifactConfig.Types.TranscriptionConfig

Configuration related to transcription in a meeting space.

Inheritance
object
SpaceConfig.Types.ArtifactConfig.Types.TranscriptionConfig
Implements
IMessage<SpaceConfig.Types.ArtifactConfig.Types.TranscriptionConfig>
IEquatable<SpaceConfig.Types.ArtifactConfig.Types.TranscriptionConfig>
IDeepCloneable<SpaceConfig.Types.ArtifactConfig.Types.TranscriptionConfig>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Meet.V2Beta
Assembly: Google.Apps.Meet.V2Beta.dll
Syntax
public sealed class SpaceConfig.Types.ArtifactConfig.Types.TranscriptionConfig : IMessage<SpaceConfig.Types.ArtifactConfig.Types.TranscriptionConfig>, IEquatable<SpaceConfig.Types.ArtifactConfig.Types.TranscriptionConfig>, IDeepCloneable<SpaceConfig.Types.ArtifactConfig.Types.TranscriptionConfig>, IBufferMessage, IMessage

Constructors

TranscriptionConfig()

Declaration
public TranscriptionConfig()

TranscriptionConfig(TranscriptionConfig)

Declaration
public TranscriptionConfig(SpaceConfig.Types.ArtifactConfig.Types.TranscriptionConfig other)
Parameters
Type Name Description
SpaceConfig.Types.ArtifactConfig.Types.TranscriptionConfig other

Properties

AutoTranscriptionGeneration

Defines whether the content of a meeting is automatically transcribed when someone with the privilege to transcribe joins the meeting.

Declaration
public SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType AutoTranscriptionGeneration { get; set; }
Property Value
Type Description
SpaceConfig.Types.ArtifactConfig.Types.AutoGenerationType
In this article
Back to top Generated by DocFX