Show / Hide Table of Contents

Class SpaceConfig.Types.ArtifactConfig

Configuration related to meeting artifacts potentially generated by this meeting space.

Inheritance
object
SpaceConfig.Types.ArtifactConfig
Implements
IMessage<SpaceConfig.Types.ArtifactConfig>
IEquatable<SpaceConfig.Types.ArtifactConfig>
IDeepCloneable<SpaceConfig.Types.ArtifactConfig>
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 : IMessage<SpaceConfig.Types.ArtifactConfig>, IEquatable<SpaceConfig.Types.ArtifactConfig>, IDeepCloneable<SpaceConfig.Types.ArtifactConfig>, IBufferMessage, IMessage

Constructors

ArtifactConfig()

Declaration
public ArtifactConfig()

ArtifactConfig(ArtifactConfig)

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

Properties

RecordingConfig

Configuration for recording.

Declaration
public SpaceConfig.Types.ArtifactConfig.Types.RecordingConfig RecordingConfig { get; set; }
Property Value
Type Description
SpaceConfig.Types.ArtifactConfig.Types.RecordingConfig

SmartNotesConfig

Configuration for auto-smart-notes.

Declaration
public SpaceConfig.Types.ArtifactConfig.Types.SmartNotesConfig SmartNotesConfig { get; set; }
Property Value
Type Description
SpaceConfig.Types.ArtifactConfig.Types.SmartNotesConfig

TranscriptionConfig

Configuration for auto-transcript.

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