Package 

Interface LivekitModels.TranscriptionSegmentOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getId() string id = 1;
      abstract ByteString getIdBytes() string id = 1;
      abstract String getText() string text = 2;
      abstract ByteString getTextBytes() string text = 2;
      abstract long getStartTime() uint64 start_time = 3;
      abstract long getEndTime() uint64 end_time = 4;
      abstract boolean getFinal() bool final = 5;
      abstract String getLanguage() string language = 6;
      abstract ByteString getLanguageBytes() string language = 6;
      • 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