-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitModels.TranscriptionOrBuilder
public final class LivekitModels.Transcription extends GeneratedMessageLite<LivekitModels.Transcription, LivekitModels.Transcription.Builder> implements LivekitModels.TranscriptionOrBuilder
Protobuf type
{@code livekit.Transcription}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitModels.Transcription.BuilderProtobuf type
{@code livekit.Transcription}
-
Field Summary
Fields Modifier and Type Field Description public final static intTRANSCRIBED_PARTICIPANT_IDENTITY_FIELD_NUMBERpublic final static intTRACK_ID_FIELD_NUMBERpublic final static intSEGMENTS_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description StringgetTranscribedParticipantIdentity()Participant that got its speech transcribedstring transcribed_participant_identity = 2;ByteStringgetTranscribedParticipantIdentityBytes()Participant that got its speech transcribedstring transcribed_participant_identity = 2;StringgetTrackId()string track_id = 3;ByteStringgetTrackIdBytes()string track_id = 3;List<LivekitModels.TranscriptionSegment>getSegmentsList()repeated .livekit.TranscriptionSegment segments = 4;List<out LivekitModels.TranscriptionSegmentOrBuilder>getSegmentsOrBuilderList()repeated .livekit.TranscriptionSegment segments = 4;intgetSegmentsCount()repeated .livekit.TranscriptionSegment segments = 4;LivekitModels.TranscriptionSegmentgetSegments(int index)repeated .livekit.TranscriptionSegment segments = 4;LivekitModels.TranscriptionSegmentOrBuildergetSegmentsOrBuilder(int index)repeated .livekit.TranscriptionSegment segments = 4;static LivekitModels.TranscriptionparseFrom(ByteBuffer data)static LivekitModels.TranscriptionparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitModels.TranscriptionparseFrom(ByteString data)static LivekitModels.TranscriptionparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitModels.TranscriptionparseFrom(Array<byte> data)static LivekitModels.TranscriptionparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitModels.TranscriptionparseFrom(InputStream input)static LivekitModels.TranscriptionparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitModels.TranscriptionparseDelimitedFrom(InputStream input)static LivekitModels.TranscriptionparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitModels.TranscriptionparseFrom(CodedInputStream input)static LivekitModels.TranscriptionparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitModels.Transcription.BuildernewBuilder()static LivekitModels.Transcription.BuildernewBuilder(LivekitModels.Transcription prototype)static LivekitModels.TranscriptiongetDefaultInstance()static Parser<LivekitModels.Transcription>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, toBuilder, toString, writeTo -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType, newBuilderForType, toBuilder -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTranscribedParticipantIdentity
String getTranscribedParticipantIdentity()
Participant that got its speech transcribedstring transcribed_participant_identity = 2;
-
getTranscribedParticipantIdentityBytes
ByteString getTranscribedParticipantIdentityBytes()
Participant that got its speech transcribedstring transcribed_participant_identity = 2;
-
getTrackId
String getTrackId()
string track_id = 3;
-
getTrackIdBytes
ByteString getTrackIdBytes()
string track_id = 3;
-
getSegmentsList
List<LivekitModels.TranscriptionSegment> getSegmentsList()
repeated .livekit.TranscriptionSegment segments = 4;
-
getSegmentsOrBuilderList
List<out LivekitModels.TranscriptionSegmentOrBuilder> getSegmentsOrBuilderList()
repeated .livekit.TranscriptionSegment segments = 4;
-
getSegmentsCount
int getSegmentsCount()
repeated .livekit.TranscriptionSegment segments = 4;
-
getSegments
LivekitModels.TranscriptionSegment getSegments(int index)
repeated .livekit.TranscriptionSegment segments = 4;
-
getSegmentsOrBuilder
LivekitModels.TranscriptionSegmentOrBuilder getSegmentsOrBuilder(int index)
repeated .livekit.TranscriptionSegment segments = 4;
-
parseFrom
static LivekitModels.Transcription parseFrom(ByteBuffer data)
-
parseFrom
static LivekitModels.Transcription parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitModels.Transcription parseFrom(ByteString data)
-
parseFrom
static LivekitModels.Transcription parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitModels.Transcription parseFrom(Array<byte> data)
-
parseFrom
static LivekitModels.Transcription parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitModels.Transcription parseFrom(InputStream input)
-
parseFrom
static LivekitModels.Transcription parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitModels.Transcription parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitModels.Transcription parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitModels.Transcription parseFrom(CodedInputStream input)
-
parseFrom
static LivekitModels.Transcription parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitModels.Transcription.Builder newBuilder()
-
newBuilder
static LivekitModels.Transcription.Builder newBuilder(LivekitModels.Transcription prototype)
-
getDefaultInstance
static LivekitModels.Transcription getDefaultInstance()
-
parser
static Parser<LivekitModels.Transcription> parser()
-
-
-
-