Show / Hide Table of Contents

Class ArtifactConfig

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

Inheritance
object
ArtifactConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX