-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitModels.DataStream.TextHeaderOrBuilder
public final class LivekitModels.DataStream.TextHeader extends GeneratedMessageLite<LivekitModels.DataStream.TextHeader, LivekitModels.DataStream.TextHeader.Builder> implements LivekitModels.DataStream.TextHeaderOrBuilder
Protobuf typeheader properties specific to text streams{@code livekit.DataStream.TextHeader}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitModels.DataStream.TextHeader.Builder
Protobuf typeheader properties specific to text streams{@code livekit.DataStream.TextHeader}
-
Field Summary
Fields Modifier and Type Field Description public final static intOPERATION_TYPE_FIELD_NUMBERpublic final static intVERSION_FIELD_NUMBERpublic final static intREPLY_TO_STREAM_ID_FIELD_NUMBERpublic final static intATTACHED_STREAM_IDS_FIELD_NUMBERpublic final static intGENERATED_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description intgetOperationTypeValue().livekit.DataStream.OperationType operation_type = 1;LivekitModels.DataStream.OperationTypegetOperationType().livekit.DataStream.OperationType operation_type = 1;intgetVersion()Optional: Version for updates/editsint32 version = 2;StringgetReplyToStreamId()Optional: Reply to specific messagestring reply_to_stream_id = 3;ByteStringgetReplyToStreamIdBytes()Optional: Reply to specific messagestring reply_to_stream_id = 3;List<String>getAttachedStreamIdsList()file attachments for text streamsrepeated string attached_stream_ids = 4;intgetAttachedStreamIdsCount()file attachments for text streamsrepeated string attached_stream_ids = 4;StringgetAttachedStreamIds(int index)file attachments for text streamsrepeated string attached_stream_ids = 4;ByteStringgetAttachedStreamIdsBytes(int index)file attachments for text streamsrepeated string attached_stream_ids = 4;booleangetGenerated()true if the text has been generated by an agent from a participant's audio transcriptionbool generated = 5;static LivekitModels.DataStream.TextHeaderparseFrom(ByteBuffer data)static LivekitModels.DataStream.TextHeaderparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitModels.DataStream.TextHeaderparseFrom(ByteString data)static LivekitModels.DataStream.TextHeaderparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitModels.DataStream.TextHeaderparseFrom(Array<byte> data)static LivekitModels.DataStream.TextHeaderparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitModels.DataStream.TextHeaderparseFrom(InputStream input)static LivekitModels.DataStream.TextHeaderparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitModels.DataStream.TextHeaderparseDelimitedFrom(InputStream input)static LivekitModels.DataStream.TextHeaderparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitModels.DataStream.TextHeaderparseFrom(CodedInputStream input)static LivekitModels.DataStream.TextHeaderparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitModels.DataStream.TextHeader.BuildernewBuilder()static LivekitModels.DataStream.TextHeader.BuildernewBuilder(LivekitModels.DataStream.TextHeader prototype)static LivekitModels.DataStream.TextHeadergetDefaultInstance()static Parser<LivekitModels.DataStream.TextHeader>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
-
getOperationTypeValue
int getOperationTypeValue()
.livekit.DataStream.OperationType operation_type = 1;
-
getOperationType
LivekitModels.DataStream.OperationType getOperationType()
.livekit.DataStream.OperationType operation_type = 1;
-
getVersion
int getVersion()
Optional: Version for updates/editsint32 version = 2;
-
getReplyToStreamId
String getReplyToStreamId()
Optional: Reply to specific messagestring reply_to_stream_id = 3;
-
getReplyToStreamIdBytes
ByteString getReplyToStreamIdBytes()
Optional: Reply to specific messagestring reply_to_stream_id = 3;
-
getAttachedStreamIdsList
List<String> getAttachedStreamIdsList()
file attachments for text streamsrepeated string attached_stream_ids = 4;
-
getAttachedStreamIdsCount
int getAttachedStreamIdsCount()
file attachments for text streamsrepeated string attached_stream_ids = 4;
-
getAttachedStreamIds
String getAttachedStreamIds(int index)
file attachments for text streamsrepeated string attached_stream_ids = 4;- Parameters:
index- The index of the element to return.
-
getAttachedStreamIdsBytes
ByteString getAttachedStreamIdsBytes(int index)
file attachments for text streamsrepeated string attached_stream_ids = 4;- Parameters:
index- The index of the value to return.
-
getGenerated
boolean getGenerated()
true if the text has been generated by an agent from a participant's audio transcriptionbool generated = 5;
-
parseFrom
static LivekitModels.DataStream.TextHeader parseFrom(ByteBuffer data)
-
parseFrom
static LivekitModels.DataStream.TextHeader parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitModels.DataStream.TextHeader parseFrom(ByteString data)
-
parseFrom
static LivekitModels.DataStream.TextHeader parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitModels.DataStream.TextHeader parseFrom(Array<byte> data)
-
parseFrom
static LivekitModels.DataStream.TextHeader parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitModels.DataStream.TextHeader parseFrom(InputStream input)
-
parseFrom
static LivekitModels.DataStream.TextHeader parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitModels.DataStream.TextHeader parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitModels.DataStream.TextHeader parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitModels.DataStream.TextHeader parseFrom(CodedInputStream input)
-
parseFrom
static LivekitModels.DataStream.TextHeader parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitModels.DataStream.TextHeader.Builder newBuilder()
-
newBuilder
static LivekitModels.DataStream.TextHeader.Builder newBuilder(LivekitModels.DataStream.TextHeader prototype)
-
getDefaultInstance
static LivekitModels.DataStream.TextHeader getDefaultInstance()
-
parser
static Parser<LivekitModels.DataStream.TextHeader> parser()
-
-
-
-