Package com.viam.service.vision.v1
Interface Vision.GetDetectionsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Vision.GetDetectionsResponse
,Vision.GetDetectionsResponse.Builder
- Enclosing class:
- Vision
public static interface Vision.GetDetectionsResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDetections
(int index) the bounding boxes and labelsint
the bounding boxes and labelsthe bounding boxes and labelsMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getDetectionsList
List<Vision.Detection> getDetectionsList()the bounding boxes and labels
repeated .viam.service.vision.v1.Detection detections = 1 [json_name = "detections"];
-
getDetections
the bounding boxes and labels
repeated .viam.service.vision.v1.Detection detections = 1 [json_name = "detections"];
-
getDetectionsCount
int getDetectionsCount()the bounding boxes and labels
repeated .viam.service.vision.v1.Detection detections = 1 [json_name = "detections"];
-