-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.DataStream.TextHeaderOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract intgetOperationTypeValue().livekit.DataStream.OperationType operation_type = 1;abstract LivekitModels.DataStream.OperationTypegetOperationType().livekit.DataStream.OperationType operation_type = 1;abstract intgetVersion()Optional: Version for updates/editsint32 version = 2;abstract StringgetReplyToStreamId()Optional: Reply to specific messagestring reply_to_stream_id = 3;abstract ByteStringgetReplyToStreamIdBytes()Optional: Reply to specific messagestring reply_to_stream_id = 3;abstract List<String>getAttachedStreamIdsList()file attachments for text streamsrepeated string attached_stream_ids = 4;abstract intgetAttachedStreamIdsCount()file attachments for text streamsrepeated string attached_stream_ids = 4;abstract StringgetAttachedStreamIds(int index)file attachments for text streamsrepeated string attached_stream_ids = 4;abstract ByteStringgetAttachedStreamIdsBytes(int index)file attachments for text streamsrepeated string attached_stream_ids = 4;abstract booleangetGenerated()true if the text has been generated by an agent from a participant's audio transcriptionbool generated = 5;-
-
Method Detail
-
getOperationTypeValue
abstract int getOperationTypeValue()
.livekit.DataStream.OperationType operation_type = 1;
-
getOperationType
abstract LivekitModels.DataStream.OperationType getOperationType()
.livekit.DataStream.OperationType operation_type = 1;
-
getVersion
abstract int getVersion()
Optional: Version for updates/editsint32 version = 2;
-
getReplyToStreamId
abstract String getReplyToStreamId()
Optional: Reply to specific messagestring reply_to_stream_id = 3;
-
getReplyToStreamIdBytes
abstract ByteString getReplyToStreamIdBytes()
Optional: Reply to specific messagestring reply_to_stream_id = 3;
-
getAttachedStreamIdsList
abstract List<String> getAttachedStreamIdsList()
file attachments for text streamsrepeated string attached_stream_ids = 4;
-
getAttachedStreamIdsCount
abstract int getAttachedStreamIdsCount()
file attachments for text streamsrepeated string attached_stream_ids = 4;
-
getAttachedStreamIds
abstract String getAttachedStreamIds(int index)
file attachments for text streamsrepeated string attached_stream_ids = 4;- Parameters:
index- The index of the element to return.
-
getAttachedStreamIdsBytes
abstract ByteString getAttachedStreamIdsBytes(int index)
file attachments for text streamsrepeated string attached_stream_ids = 4;- Parameters:
index- The index of the element to return.
-
getGenerated
abstract boolean getGenerated()
true if the text has been generated by an agent from a participant's audio transcriptionbool generated = 5;
-
-
-
-