Class SpaceConfig.Types.ArtifactConfig
Configuration related to meeting artifacts potentially generated by this meeting space.
Implements
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 |
---|---|---|
Space |
other |
Properties
RecordingConfig
Configuration for recording.
Declaration
public SpaceConfig.Types.ArtifactConfig.Types.RecordingConfig RecordingConfig { get; set; }
Property Value
Type | Description |
---|---|
Space |
SmartNotesConfig
Configuration for auto-smart-notes.
Declaration
public SpaceConfig.Types.ArtifactConfig.Types.SmartNotesConfig SmartNotesConfig { get; set; }
Property Value
Type | Description |
---|---|
Space |
TranscriptionConfig
Configuration for auto-transcript.
Declaration
public SpaceConfig.Types.ArtifactConfig.Types.TranscriptionConfig TranscriptionConfig { get; set; }
Property Value
Type | Description |
---|---|
Space |