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 Details

    • getDetectionsList

      List<Vision.Detection> getDetectionsList()
       the bounding boxes and labels
       
      repeated .viam.service.vision.v1.Detection detections = 1 [json_name = "detections"];
    • getDetections

      Vision.Detection getDetections(int index)
       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"];