Show / Hide Table of Contents

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.

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

Constructors

Transcript()

Declaration
public Transcript()

Transcript(Transcript)

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

Properties

DestinationCase

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

DocsDestination

Output only. Where the Google Docs transcript is saved.

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

EndTime

Output only. Timestamp when the transcript stopped.

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

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
Type Description
string

StartTime

Output only. Timestamp when the transcript started.

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

State

Output only. Current state.

Declaration
public Transcript.Types.State State { get; set; }
Property Value
Type Description
Transcript.Types.State

TranscriptName

TranscriptName-typed view over the Name resource name property.

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