Package com.viam.service.vision.v1
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 ClassesModifier and TypeClassDescriptionstatic final class
Protobuf typeviam.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
FieldsModifier and TypeFieldDescriptionstatic 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 TypeMethodDescriptionprotected final Object
dynamicMethod
(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) label associated with the detected objectcom.google.protobuf.ByteString
label associated with the detected objectdouble
the confidence of the detectionstatic Vision.Detection
long
getXMax()
optional int64 x_max = 3 [json_name = "xMax"];
double
optional double x_max_normalized = 9 [json_name = "xMaxNormalized"];
long
getXMin()
the four corners of the boxdouble
the four corners of the box, in proportion to the respective image dimensionlong
getYMax()
optional int64 y_max = 4 [json_name = "yMax"];
double
optional double y_max_normalized = 10 [json_name = "yMaxNormalized"];
long
getYMin()
optional int64 y_min = 2 [json_name = "yMin"];
double
optional double y_min_normalized = 8 [json_name = "yMinNormalized"];
boolean
hasXMax()
optional int64 x_max = 3 [json_name = "xMax"];
boolean
optional double x_max_normalized = 9 [json_name = "xMaxNormalized"];
boolean
hasXMin()
the four corners of the boxboolean
the four corners of the box, in proportion to the respective image dimensionboolean
hasYMax()
optional int64 y_max = 4 [json_name = "yMax"];
boolean
optional double y_max_normalized = 10 [json_name = "yMaxNormalized"];
boolean
hasYMin()
optional int64 y_min = 2 [json_name = "yMin"];
boolean
optional double y_min_normalized = 8 [json_name = "yMinNormalized"];
static Vision.Detection.Builder
static Vision.Detection.Builder
newBuilder
(Vision.Detection prototype) static Vision.Detection
parseDelimitedFrom
(InputStream input) static Vision.Detection
parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Vision.Detection
parseFrom
(byte[] data) static Vision.Detection
parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Vision.Detection
parseFrom
(com.google.protobuf.ByteString data) static Vision.Detection
parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Vision.Detection
parseFrom
(com.google.protobuf.CodedInputStream input) static Vision.Detection
parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Vision.Detection
parseFrom
(InputStream input) static Vision.Detection
parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Vision.Detection
parseFrom
(ByteBuffer data) static Vision.Detection
parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<Vision.Detection>
parser()
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 interfaceVision.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 interfaceVision.DetectionOrBuilder
- Returns:
- The xMin.
-
hasYMin
public boolean hasYMin()optional int64 y_min = 2 [json_name = "yMin"];
- Specified by:
hasYMin
in interfaceVision.DetectionOrBuilder
- Returns:
- Whether the yMin field is set.
-
getYMin
public long getYMin()optional int64 y_min = 2 [json_name = "yMin"];
- Specified by:
getYMin
in interfaceVision.DetectionOrBuilder
- Returns:
- The yMin.
-
hasXMax
public boolean hasXMax()optional int64 x_max = 3 [json_name = "xMax"];
- Specified by:
hasXMax
in interfaceVision.DetectionOrBuilder
- Returns:
- Whether the xMax field is set.
-
getXMax
public long getXMax()optional int64 x_max = 3 [json_name = "xMax"];
- Specified by:
getXMax
in interfaceVision.DetectionOrBuilder
- Returns:
- The xMax.
-
hasYMax
public boolean hasYMax()optional int64 y_max = 4 [json_name = "yMax"];
- Specified by:
hasYMax
in interfaceVision.DetectionOrBuilder
- Returns:
- Whether the yMax field is set.
-
getYMax
public long getYMax()optional int64 y_max = 4 [json_name = "yMax"];
- Specified by:
getYMax
in interfaceVision.DetectionOrBuilder
- Returns:
- The yMax.
-
getConfidence
public double getConfidence()the confidence of the detection
double confidence = 5 [json_name = "confidence"];
- Specified by:
getConfidence
in interfaceVision.DetectionOrBuilder
- Returns:
- The confidence.
-
getClassName
label associated with the detected object
string class_name = 6 [json_name = "className"];
- Specified by:
getClassName
in interfaceVision.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 interfaceVision.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 interfaceVision.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 interfaceVision.DetectionOrBuilder
- Returns:
- The xMinNormalized.
-
hasYMinNormalized
public boolean hasYMinNormalized()optional double y_min_normalized = 8 [json_name = "yMinNormalized"];
- Specified by:
hasYMinNormalized
in interfaceVision.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 interfaceVision.DetectionOrBuilder
- Returns:
- The yMinNormalized.
-
hasXMaxNormalized
public boolean hasXMaxNormalized()optional double x_max_normalized = 9 [json_name = "xMaxNormalized"];
- Specified by:
hasXMaxNormalized
in interfaceVision.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 interfaceVision.DetectionOrBuilder
- Returns:
- The xMaxNormalized.
-
hasYMaxNormalized
public boolean hasYMaxNormalized()optional double y_max_normalized = 10 [json_name = "yMaxNormalized"];
- Specified by:
hasYMaxNormalized
in interfaceVision.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 interfaceVision.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
- Throws:
IOException
-
parseFrom
public static Vision.Detection parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- 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
-
newBuilder
-
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethod
in classcom.google.protobuf.GeneratedMessageLite<Vision.Detection,
Vision.Detection.Builder>
-
getDefaultInstance
-
parser
-