Class PublishTranscriptionRequest
Publish transcription messages to room
public sealed class PublishTranscriptionRequest : Google.Protobuf.IMessage<PublishTranscriptionRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
PublishTranscriptionRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
PublishTranscriptionRequest()
public PublishTranscriptionRequest()
PublishTranscriptionRequest(PublishTranscriptionRequest)
public PublishTranscriptionRequest(PublishTranscriptionRequest other)
Parameters
Fields
LocalParticipantHandleFieldNumber
Field number for the "local_participant_handle" field.
public const int LocalParticipantHandleFieldNumber = 1
Field Value
ParticipantIdentityFieldNumber
Field number for the "participant_identity" field.
public const int ParticipantIdentityFieldNumber = 2
Field Value
RequestAsyncIdFieldNumber
Field number for the "request_async_id" field.
public const int RequestAsyncIdFieldNumber = 5
Field Value
SegmentsFieldNumber
Field number for the "segments" field.
public const int SegmentsFieldNumber = 4
Field Value
TrackIdFieldNumber
Field number for the "track_id" field.
public const int TrackIdFieldNumber = 3
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasLocalParticipantHandle
Gets whether the "local_participant_handle" field is set
public bool HasLocalParticipantHandle { get; }
Property Value
HasParticipantIdentity
Gets whether the "participant_identity" field is set
public bool HasParticipantIdentity { get; }
Property Value
HasRequestAsyncId
Gets whether the "request_async_id" field is set
public bool HasRequestAsyncId { get; }
Property Value
HasTrackId
Gets whether the "track_id" field is set
public bool HasTrackId { get; }
Property Value
LocalParticipantHandle
public ulong LocalParticipantHandle { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<PublishTranscriptionRequest> Parser { get; }
Property Value
- MessageParser<PublishTranscriptionRequest>
ParticipantIdentity
public string ParticipantIdentity { get; set; }
Property Value
RequestAsyncId
public ulong RequestAsyncId { get; set; }
Property Value
Segments
public Google.Protobuf.Collections.RepeatedField<TranscriptionSegment> Segments { get; }
Property Value
- RepeatedField<TranscriptionSegment>
TrackId
public string TrackId { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearLocalParticipantHandle()
Clears the value of the "local_participant_handle" field
public void ClearLocalParticipantHandle()
ClearParticipantIdentity()
Clears the value of the "participant_identity" field
public void ClearParticipantIdentity()
ClearRequestAsyncId()
Clears the value of the "request_async_id" field
public void ClearRequestAsyncId()
ClearTrackId()
Clears the value of the "track_id" field
public void ClearTrackId()
Clone()
public PublishTranscriptionRequest Clone()
Returns
Equals(PublishTranscriptionRequest)
public bool Equals(PublishTranscriptionRequest other)
Parameters
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(PublishTranscriptionRequest)
public void MergeFrom(PublishTranscriptionRequest other)
Parameters
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream