Class TranscriptionReceived
public sealed class TranscriptionReceived : Google.Protobuf.IMessage<TranscriptionReceived>, Google.Protobuf.IBufferMessage
- Inheritance
-
TranscriptionReceived
- Implements
-
IBufferMessage
- Extension Methods
Constructors
TranscriptionReceived()
public TranscriptionReceived()
TranscriptionReceived(TranscriptionReceived)
public TranscriptionReceived(TranscriptionReceived other)
Parameters
otherTranscriptionReceived
Fields
ParticipantIdentityFieldNumber
Field number for the "participant_identity" field.
public const int ParticipantIdentityFieldNumber = 1
Field Value
SegmentsFieldNumber
Field number for the "segments" field.
public const int SegmentsFieldNumber = 3
Field Value
TrackSidFieldNumber
Field number for the "track_sid" field.
public const int TrackSidFieldNumber = 2
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasParticipantIdentity
Gets whether the "participant_identity" field is set
public bool HasParticipantIdentity { get; }
Property Value
HasTrackSid
Gets whether the "track_sid" field is set
public bool HasTrackSid { get; }
Property Value
Parser
public static Google.Protobuf.MessageParser<TranscriptionReceived> Parser { get; }
Property Value
- MessageParser<TranscriptionReceived>
ParticipantIdentity
public string ParticipantIdentity { get; set; }
Property Value
Segments
public Google.Protobuf.Collections.RepeatedField<TranscriptionSegment> Segments { get; }
Property Value
- RepeatedField<TranscriptionSegment>
TrackSid
public string TrackSid { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearParticipantIdentity()
Clears the value of the "participant_identity" field
public void ClearParticipantIdentity()
ClearTrackSid()
Clears the value of the "track_sid" field
public void ClearTrackSid()
Clone()
public TranscriptionReceived Clone()
Returns
Equals(TranscriptionReceived)
public bool Equals(TranscriptionReceived other)
Parameters
otherTranscriptionReceived
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
inputCodedInputStream
MergeFrom(TranscriptionReceived)
public void MergeFrom(TranscriptionReceived other)
Parameters
otherTranscriptionReceived
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream