Class Transcript
Metadata for a transcript generated from a conference. It refers to the ASR
(Automatic Speech Recognition) result of user's speech during the conference.
Assembly: Google.Apps.Meet.V2.dll
Syntax
public sealed class Transcript : IMessage<Transcript>, IEquatable<Transcript>, IDeepCloneable<Transcript>, IBufferMessage, IMessage
Constructors
Transcript()
Declaration
Transcript(Transcript)
Declaration
public Transcript(Transcript other)
Parameters
Properties
DestinationCase
Declaration
public Transcript.DestinationOneofCase DestinationCase { get; }
Property Value
DocsDestination
Output only. Where the Google Docs transcript is saved.
Declaration
public DocsDestination DocsDestination { get; set; }
Property Value
EndTime
Output only. Timestamp when the transcript stopped.
Declaration
public Timestamp EndTime { get; set; }
Property Value
Name
Output only. Resource name of the transcript.
Format: conferenceRecords/{conference_record}/transcripts/{transcript}
,
where {transcript}
is a 1:1 mapping to each unique transcription session
of the conference.
Declaration
public string Name { get; set; }
Property Value
StartTime
Output only. Timestamp when the transcript started.
Declaration
public Timestamp StartTime { get; set; }
Property Value
State
Output only. Current state.
Declaration
public Transcript.Types.State State { get; set; }
Property Value
TranscriptName
Declaration
public TranscriptName TranscriptName { get; set; }
Property Value