Class ArtifactConfig
Configuration related to meeting artifacts potentially generated by this meeting space.
Implements
Inherited Members
Namespace: Google.Apis.Meet.v2.Data
Assembly: Google.Apis.Meet.v2.dll
Syntax
public class ArtifactConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RecordingConfig
Configuration for recording.
Declaration
[JsonProperty("recordingConfig")]
public virtual RecordingConfig RecordingConfig { get; set; }
Property Value
Type | Description |
---|---|
RecordingConfig |
SmartNotesConfig
Configuration for auto-smart-notes.
Declaration
[JsonProperty("smartNotesConfig")]
public virtual SmartNotesConfig SmartNotesConfig { get; set; }
Property Value
Type | Description |
---|---|
SmartNotesConfig |
TranscriptionConfig
Configuration for auto-transcript.
Declaration
[JsonProperty("transcriptionConfig")]
public virtual TranscriptionConfig TranscriptionConfig { get; set; }
Property Value
Type | Description |
---|---|
TranscriptionConfig |