Show / Hide Table of Contents

Class SmartNote

Metadata for a smart note generated from a conference. It refers to the notes generated from Take Notes with Gemini during the conference.

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

Constructors

SmartNote()

Declaration
public SmartNote()

SmartNote(SmartNote)

Declaration
public SmartNote(SmartNote other)
Parameters
Type Name Description
SmartNote other

Properties

DestinationCase

Declaration
public SmartNote.DestinationOneofCase DestinationCase { get; }
Property Value
Type Description
SmartNote.DestinationOneofCase

DocsDestination

Output only. The Google Doc destination where the smart notes are saved.

Declaration
public DocsDestination DocsDestination { get; set; }
Property Value
Type Description
DocsDestination

EndTime

Output only. Timestamp when the smart notes stopped.

Declaration
public Timestamp EndTime { get; set; }
Property Value
Type Description
Timestamp

Name

Output only. Identifier. Resource name of the smart notes. Format: conferenceRecords/{conference_record}/smartNotes/{smart_note}, where {smart_note} is a 1:1 mapping to each unique smart notes session of the conference.

Declaration
public string Name { get; set; }
Property Value
Type Description
string

SmartNoteName

SmartNoteName-typed view over the Name resource name property.

Declaration
public SmartNoteName SmartNoteName { get; set; }
Property Value
Type Description
SmartNoteName

StartTime

Output only. Timestamp when the smart notes started.

Declaration
public Timestamp StartTime { get; set; }
Property Value
Type Description
Timestamp

State

Output only. Current state.

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