Class Vision.Detection

java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<Vision.Detection,Vision.Detection.Builder>
com.viam.service.vision.v1.Vision.Detection
All Implemented Interfaces:
com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, Vision.DetectionOrBuilder
Enclosing class:
Vision

public static final class Vision.Detection extends com.google.protobuf.GeneratedMessageLite<Vision.Detection,Vision.Detection.Builder> implements Vision.DetectionOrBuilder
Protobuf type viam.service.vision.v1.Detection
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Protobuf type viam.service.vision.v1.Detection

    Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite

    com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type extends Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm

    Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

    com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     

    Fields inherited from class com.google.protobuf.GeneratedMessageLite

    unknownFields

    Fields inherited from class com.google.protobuf.AbstractMessageLite

    memoizedHashCode
  • Method Summary

    Modifier and Type
    Method
    Description
    protected final Object
    dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
     
    label associated with the detected object
    com.google.protobuf.ByteString
    label associated with the detected object
    double
    the confidence of the detection
     
    long
    optional int64 x_max = 3 [json_name = "xMax"];
    long
    the four corners of the box
    long
    optional int64 y_max = 4 [json_name = "yMax"];
    long
    optional int64 y_min = 2 [json_name = "yMin"];
    boolean
    optional int64 x_max = 3 [json_name = "xMax"];
    boolean
    the four corners of the box
    boolean
    optional int64 y_max = 4 [json_name = "yMax"];
    boolean
    optional int64 y_min = 2 [json_name = "yMin"];
     
     
     
    parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(byte[] data)
     
    parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.ByteString data)
     
    parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static com.google.protobuf.Parser<Vision.Detection>
     

    Methods inherited from class com.google.protobuf.GeneratedMessageLite

    createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo

    Methods inherited from class com.google.protobuf.AbstractMessageLite

    addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Field Details

  • Method Details

    • hasXMin

      public boolean hasXMin()
       the four corners of the box
       
      optional int64 x_min = 1 [json_name = "xMin"];
      Specified by:
      hasXMin in interface Vision.DetectionOrBuilder
      Returns:
      Whether the xMin field is set.
    • getXMin

      public long getXMin()
       the four corners of the box
       
      optional int64 x_min = 1 [json_name = "xMin"];
      Specified by:
      getXMin in interface Vision.DetectionOrBuilder
      Returns:
      The xMin.
    • hasYMin

      public boolean hasYMin()
      optional int64 y_min = 2 [json_name = "yMin"];
      Specified by:
      hasYMin in interface Vision.DetectionOrBuilder
      Returns:
      Whether the yMin field is set.
    • getYMin

      public long getYMin()
      optional int64 y_min = 2 [json_name = "yMin"];
      Specified by:
      getYMin in interface Vision.DetectionOrBuilder
      Returns:
      The yMin.
    • hasXMax

      public boolean hasXMax()
      optional int64 x_max = 3 [json_name = "xMax"];
      Specified by:
      hasXMax in interface Vision.DetectionOrBuilder
      Returns:
      Whether the xMax field is set.
    • getXMax

      public long getXMax()
      optional int64 x_max = 3 [json_name = "xMax"];
      Specified by:
      getXMax in interface Vision.DetectionOrBuilder
      Returns:
      The xMax.
    • hasYMax

      public boolean hasYMax()
      optional int64 y_max = 4 [json_name = "yMax"];
      Specified by:
      hasYMax in interface Vision.DetectionOrBuilder
      Returns:
      Whether the yMax field is set.
    • getYMax

      public long getYMax()
      optional int64 y_max = 4 [json_name = "yMax"];
      Specified by:
      getYMax in interface Vision.DetectionOrBuilder
      Returns:
      The yMax.
    • getConfidence

      public double getConfidence()
       the confidence of the detection
       
      double confidence = 5 [json_name = "confidence"];
      Specified by:
      getConfidence in interface Vision.DetectionOrBuilder
      Returns:
      The confidence.
    • getClassName

      public String getClassName()
       label associated with the detected object
       
      string class_name = 6 [json_name = "className"];
      Specified by:
      getClassName in interface Vision.DetectionOrBuilder
      Returns:
      The className.
    • getClassNameBytes

      public com.google.protobuf.ByteString getClassNameBytes()
       label associated with the detected object
       
      string class_name = 6 [json_name = "className"];
      Specified by:
      getClassNameBytes in interface Vision.DetectionOrBuilder
      Returns:
      The bytes for className.
    • parseFrom

      public static Vision.Detection parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Vision.Detection parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Vision.Detection parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Vision.Detection parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Vision.Detection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Vision.Detection parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Vision.Detection parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Vision.Detection parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Vision.Detection parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Vision.Detection parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Vision.Detection parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Vision.Detection parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilder

      public static Vision.Detection.Builder newBuilder()
    • newBuilder

      public static Vision.Detection.Builder newBuilder(Vision.Detection prototype)
    • dynamicMethod

      protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
      Specified by:
      dynamicMethod in class com.google.protobuf.GeneratedMessageLite<Vision.Detection,Vision.Detection.Builder>
    • getDefaultInstance

      public static Vision.Detection getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Vision.Detection> parser()