-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.TranscriptionOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetTranscribedParticipantIdentity()Participant that got its speech transcribedstring transcribed_participant_identity = 2;abstract ByteStringgetTranscribedParticipantIdentityBytes()Participant that got its speech transcribedstring transcribed_participant_identity = 2;abstract StringgetTrackId()string track_id = 3;abstract ByteStringgetTrackIdBytes()string track_id = 3;abstract List<LivekitModels.TranscriptionSegment>getSegmentsList()repeated .livekit.TranscriptionSegment segments = 4;abstract LivekitModels.TranscriptionSegmentgetSegments(int index)repeated .livekit.TranscriptionSegment segments = 4;abstract intgetSegmentsCount()repeated .livekit.TranscriptionSegment segments = 4;-
-
Method Detail
-
getTranscribedParticipantIdentity
abstract String getTranscribedParticipantIdentity()
Participant that got its speech transcribedstring transcribed_participant_identity = 2;
-
getTranscribedParticipantIdentityBytes
abstract ByteString getTranscribedParticipantIdentityBytes()
Participant that got its speech transcribedstring transcribed_participant_identity = 2;
-
getTrackId
abstract String getTrackId()
string track_id = 3;
-
getTrackIdBytes
abstract ByteString getTrackIdBytes()
string track_id = 3;
-
getSegmentsList
abstract List<LivekitModels.TranscriptionSegment> getSegmentsList()
repeated .livekit.TranscriptionSegment segments = 4;
-
getSegments
abstract LivekitModels.TranscriptionSegment getSegments(int index)
repeated .livekit.TranscriptionSegment segments = 4;
-
getSegmentsCount
abstract int getSegmentsCount()
repeated .livekit.TranscriptionSegment segments = 4;
-
-
-
-