Package 

Interface LivekitModels.DataStream.TextHeaderOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract int getOperationTypeValue() .livekit.DataStream.OperationType operation_type = 1;
      abstract LivekitModels.DataStream.OperationType getOperationType() .livekit.DataStream.OperationType operation_type = 1;
      abstract int getVersion()
      Optional: Version for updates/edits
      
      int32 version = 2;
      abstract String getReplyToStreamId()
      Optional: Reply to specific message
      
      string reply_to_stream_id = 3;
      abstract ByteString getReplyToStreamIdBytes()
      Optional: Reply to specific message
      
      string reply_to_stream_id = 3;
      abstract List<String> getAttachedStreamIdsList()
      file attachments for text streams
      
      repeated string attached_stream_ids = 4;
      abstract int getAttachedStreamIdsCount()
      file attachments for text streams
      
      repeated string attached_stream_ids = 4;
      abstract String getAttachedStreamIds(int index)
      file attachments for text streams
      
      repeated string attached_stream_ids = 4;
      abstract ByteString getAttachedStreamIdsBytes(int index)
      file attachments for text streams
      
      repeated string attached_stream_ids = 4;
      abstract boolean getGenerated()
      true if the text has been generated by an agent from a participant's audio transcription
      
      bool generated = 5;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getOperationTypeValue

         abstract int getOperationTypeValue()

        .livekit.DataStream.OperationType operation_type = 1;

      • getVersion

         abstract int getVersion()
        Optional: Version for updates/edits
        
        int32 version = 2;
      • getReplyToStreamId

         abstract String getReplyToStreamId()
        Optional: Reply to specific message
        
        string reply_to_stream_id = 3;
      • getReplyToStreamIdBytes

         abstract ByteString getReplyToStreamIdBytes()
        Optional: Reply to specific message
        
        string reply_to_stream_id = 3;
      • getAttachedStreamIdsCount

         abstract int getAttachedStreamIdsCount()
        file attachments for text streams
        
        repeated string attached_stream_ids = 4;
      • getAttachedStreamIds

         abstract String getAttachedStreamIds(int index)
        file attachments for text streams
        
        repeated string attached_stream_ids = 4;
        Parameters:
        index - The index of the element to return.
      • getAttachedStreamIdsBytes

         abstract ByteString getAttachedStreamIdsBytes(int index)
        file attachments for text streams
        
        repeated 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 transcription
        
        bool generated = 5;