Package 

Interface LivekitModels.DataStream.TrailerOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getStreamId()
      unique identifier for this data stream
      
      string stream_id = 1;
      abstract ByteString getStreamIdBytes()
      unique identifier for this data stream
      
      string stream_id = 1;
      abstract String getReason()
      reason why the stream was closed (could contain "error" / "interrupted" / empty for expected end)
      
      string reason = 2;
      abstract ByteString getReasonBytes()
      reason why the stream was closed (could contain "error" / "interrupted" / empty for expected end)
      
      string reason = 2;
      abstract int getAttributesCount()
      finalizing updates for the stream, can also include additional insights for errors or endTime for transcription
      
      map<string, string> attributes = 3;
      abstract boolean containsAttributes(String key)
      finalizing updates for the stream, can also include additional insights for errors or endTime for transcription
      
      map<string, string> attributes = 3;
      abstract Map<String, String> getAttributes() Use getAttributesMap instead.
      abstract Map<String, String> getAttributesMap()
      finalizing updates for the stream, can also include additional insights for errors or endTime for transcription
      
      map<string, string> attributes = 3;
      abstract String getAttributesOrDefault(String key, String defaultValue)
      finalizing updates for the stream, can also include additional insights for errors or endTime for transcription
      
      map<string, string> attributes = 3;
      abstract String getAttributesOrThrow(String key)
      finalizing updates for the stream, can also include additional insights for errors or endTime for transcription
      
      map<string, string> attributes = 3;
      • 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

      • getStreamId

         abstract String getStreamId()
        unique identifier for this data stream
        
        string stream_id = 1;
      • getStreamIdBytes

         abstract ByteString getStreamIdBytes()
        unique identifier for this data stream
        
        string stream_id = 1;
      • getReason

         abstract String getReason()
        reason why the stream was closed (could contain "error" / "interrupted" / empty for expected end)
        
        string reason = 2;
      • getReasonBytes

         abstract ByteString getReasonBytes()
        reason why the stream was closed (could contain "error" / "interrupted" / empty for expected end)
        
        string reason = 2;
      • getAttributesCount

         abstract int getAttributesCount()
        finalizing updates for the stream, can also include additional insights for errors or endTime for transcription
        
        map<string, string> attributes = 3;
      • containsAttributes

         abstract boolean containsAttributes(String key)
        finalizing updates for the stream, can also include additional insights for errors or endTime for transcription
        
        map<string, string> attributes = 3;
      • getAttributesMap

         abstract Map<String, String> getAttributesMap()
        finalizing updates for the stream, can also include additional insights for errors or endTime for transcription
        
        map<string, string> attributes = 3;
      • getAttributesOrDefault

         abstract String getAttributesOrDefault(String key, String defaultValue)
        finalizing updates for the stream, can also include additional insights for errors or endTime for transcription
        
        map<string, string> attributes = 3;
      • getAttributesOrThrow

         abstract String getAttributesOrThrow(String key)
        finalizing updates for the stream, can also include additional insights for errors or endTime for transcription
        
        map<string, string> attributes = 3;