Package com.viam.service.vision.v1
Interface Vision.DetectionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Vision.Detection
,Vision.Detection.Builder
- Enclosing class:
- Vision
public static interface Vision.DetectionOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlabel associated with the detected objectcom.google.protobuf.ByteString
label associated with the detected objectdouble
the confidence of the detectionlong
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"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasXMin
boolean hasXMin()the four corners of the box
optional int64 x_min = 1 [json_name = "xMin"];
- Returns:
- Whether the xMin field is set.
-
getXMin
long getXMin()the four corners of the box
optional int64 x_min = 1 [json_name = "xMin"];
- Returns:
- The xMin.
-
hasYMin
boolean hasYMin()optional int64 y_min = 2 [json_name = "yMin"];
- Returns:
- Whether the yMin field is set.
-
getYMin
long getYMin()optional int64 y_min = 2 [json_name = "yMin"];
- Returns:
- The yMin.
-
hasXMax
boolean hasXMax()optional int64 x_max = 3 [json_name = "xMax"];
- Returns:
- Whether the xMax field is set.
-
getXMax
long getXMax()optional int64 x_max = 3 [json_name = "xMax"];
- Returns:
- The xMax.
-
hasYMax
boolean hasYMax()optional int64 y_max = 4 [json_name = "yMax"];
- Returns:
- Whether the yMax field is set.
-
getYMax
long getYMax()optional int64 y_max = 4 [json_name = "yMax"];
- Returns:
- The yMax.
-
getConfidence
double getConfidence()the confidence of the detection
double confidence = 5 [json_name = "confidence"];
- Returns:
- The confidence.
-
getClassName
String getClassName()label associated with the detected object
string class_name = 6 [json_name = "className"];
- Returns:
- The className.
-
getClassNameBytes
com.google.protobuf.ByteString getClassNameBytes()label associated with the detected object
string class_name = 6 [json_name = "className"];
- Returns:
- The bytes for className.
-
hasXMinNormalized
boolean hasXMinNormalized()the four corners of the box, in proportion to the respective image dimension
optional double x_min_normalized = 7 [json_name = "xMinNormalized"];
- Returns:
- Whether the xMinNormalized field is set.
-
getXMinNormalized
double getXMinNormalized()the four corners of the box, in proportion to the respective image dimension
optional double x_min_normalized = 7 [json_name = "xMinNormalized"];
- Returns:
- The xMinNormalized.
-
hasYMinNormalized
boolean hasYMinNormalized()optional double y_min_normalized = 8 [json_name = "yMinNormalized"];
- Returns:
- Whether the yMinNormalized field is set.
-
getYMinNormalized
double getYMinNormalized()optional double y_min_normalized = 8 [json_name = "yMinNormalized"];
- Returns:
- The yMinNormalized.
-
hasXMaxNormalized
boolean hasXMaxNormalized()optional double x_max_normalized = 9 [json_name = "xMaxNormalized"];
- Returns:
- Whether the xMaxNormalized field is set.
-
getXMaxNormalized
double getXMaxNormalized()optional double x_max_normalized = 9 [json_name = "xMaxNormalized"];
- Returns:
- The xMaxNormalized.
-
hasYMaxNormalized
boolean hasYMaxNormalized()optional double y_max_normalized = 10 [json_name = "yMaxNormalized"];
- Returns:
- Whether the yMaxNormalized field is set.
-
getYMaxNormalized
double getYMaxNormalized()optional double y_max_normalized = 10 [json_name = "yMaxNormalized"];
- Returns:
- The yMaxNormalized.
-