Show / Hide Table of Contents

Class TranscriptEntry

Single entry for one user’s speech during a transcript session.

Inheritance
object
TranscriptEntry
Implements
IMessage<TranscriptEntry>
IEquatable<TranscriptEntry>
IDeepCloneable<TranscriptEntry>
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 TranscriptEntry : IMessage<TranscriptEntry>, IEquatable<TranscriptEntry>, IDeepCloneable<TranscriptEntry>, IBufferMessage, IMessage

Constructors

TranscriptEntry()

Declaration
public TranscriptEntry()

TranscriptEntry(TranscriptEntry)

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

Properties

EndTime

Output only. Timestamp when the transcript entry ended.

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

LanguageCode

Output only. Language of spoken text, such as "en-US". IETF BCP 47 syntax (https://tools.ietf.org/html/bcp47)

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

Name

Output only. Resource name of the entry. Format: "conferenceRecords/{conference_record}/transcripts/{transcript}/entries/{entry}"

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

Participant

Output only. Refers to the participant who speaks.

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

ParticipantAsParticipantName

ParticipantName-typed view over the Participant resource name property.

Declaration
public ParticipantName ParticipantAsParticipantName { get; set; }
Property Value
Type Description
ParticipantName

StartTime

Output only. Timestamp when the transcript entry started.

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

Text

Output only. The transcribed text of the participant's voice, at maximum 10K words. Note that the limit is subject to change.

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

TranscriptEntryName

TranscriptEntryName-typed view over the Name resource name property.

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