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
     
    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"];
    double
    optional double x_max_normalized = 9 [json_name = "xMaxNormalized"];
    long
    the four corners of the box
    double
    the four corners of the box, in proportion to the respective image dimension
    long
    optional int64 y_max = 4 [json_name = "yMax"];
    double
    optional double y_max_normalized = 10 [json_name = "yMaxNormalized"];
    long
    optional int64 y_min = 2 [json_name = "yMin"];
    double
    optional double y_min_normalized = 8 [json_name = "yMinNormalized"];
    boolean
    optional int64 x_max = 3 [json_name = "xMax"];
    boolean
    optional double x_max_normalized = 9 [json_name = "xMaxNormalized"];
    boolean
    the four corners of the box
    boolean
    the four corners of the box, in proportion to the respective image dimension
    boolean
    optional int64 y_max = 4 [json_name = "yMax"];
    boolean
    optional double y_max_normalized = 10 [json_name = "yMaxNormalized"];
    boolean
    optional int64 y_min = 2 [json_name = "yMin"];
    boolean
    optional double y_min_normalized = 8 [json_name = "yMinNormalized"];
     
     
     
    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

    • X_MIN_FIELD_NUMBER

      public static final int X_MIN_FIELD_NUMBER
      See Also:
    • Y_MIN_FIELD_NUMBER

      public static final int Y_MIN_FIELD_NUMBER
      See Also:
    • X_MAX_FIELD_NUMBER

      public static final int X_MAX_FIELD_NUMBER
      See Also:
    • Y_MAX_FIELD_NUMBER

      public static final int Y_MAX_FIELD_NUMBER
      See Also:
    • CONFIDENCE_FIELD_NUMBER

      public static final int CONFIDENCE_FIELD_NUMBER
      See Also:
    • CLASS_NAME_FIELD_NUMBER

      public static final int CLASS_NAME_FIELD_NUMBER
      See Also:
    • X_MIN_NORMALIZED_FIELD_NUMBER

      public static final int X_MIN_NORMALIZED_FIELD_NUMBER
      See Also:
    • Y_MIN_NORMALIZED_FIELD_NUMBER

      public static final int Y_MIN_NORMALIZED_FIELD_NUMBER
      See Also:
    • X_MAX_NORMALIZED_FIELD_NUMBER

      public static final int X_MAX_NORMALIZED_FIELD_NUMBER
      See Also:
    • Y_MAX_NORMALIZED_FIELD_NUMBER

      public static final int Y_MAX_NORMALIZED_FIELD_NUMBER
      See Also:
  • 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.
    • hasXMinNormalized

      public boolean hasXMinNormalized()
       the four corners of the box, in proportion to the respective image dimension
       
      optional double x_min_normalized = 7 [json_name = "xMinNormalized"];
      Specified by:
      hasXMinNormalized in interface Vision.DetectionOrBuilder
      Returns:
      Whether the xMinNormalized field is set.
    • getXMinNormalized

      public double getXMinNormalized()
       the four corners of the box, in proportion to the respective image dimension
       
      optional double x_min_normalized = 7 [json_name = "xMinNormalized"];
      Specified by:
      getXMinNormalized in interface Vision.DetectionOrBuilder
      Returns:
      The xMinNormalized.
    • hasYMinNormalized

      public boolean hasYMinNormalized()
      optional double y_min_normalized = 8 [json_name = "yMinNormalized"];
      Specified by:
      hasYMinNormalized in interface Vision.DetectionOrBuilder
      Returns:
      Whether the yMinNormalized field is set.
    • getYMinNormalized

      public double getYMinNormalized()
      optional double y_min_normalized = 8 [json_name = "yMinNormalized"];
      Specified by:
      getYMinNormalized in interface Vision.DetectionOrBuilder
      Returns:
      The yMinNormalized.
    • hasXMaxNormalized

      public boolean hasXMaxNormalized()
      optional double x_max_normalized = 9 [json_name = "xMaxNormalized"];
      Specified by:
      hasXMaxNormalized in interface Vision.DetectionOrBuilder
      Returns:
      Whether the xMaxNormalized field is set.
    • getXMaxNormalized

      public double getXMaxNormalized()
      optional double x_max_normalized = 9 [json_name = "xMaxNormalized"];
      Specified by:
      getXMaxNormalized in interface Vision.DetectionOrBuilder
      Returns:
      The xMaxNormalized.
    • hasYMaxNormalized

      public boolean hasYMaxNormalized()
      optional double y_max_normalized = 10 [json_name = "yMaxNormalized"];
      Specified by:
      hasYMaxNormalized in interface Vision.DetectionOrBuilder
      Returns:
      Whether the yMaxNormalized field is set.
    • getYMaxNormalized

      public double getYMaxNormalized()
      optional double y_max_normalized = 10 [json_name = "yMaxNormalized"];
      Specified by:
      getYMaxNormalized in interface Vision.DetectionOrBuilder
      Returns:
      The yMaxNormalized.
    • 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()