Package com.viam.service.vision.v1
Interface Vision.CaptureAllFromCameraResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Vision.CaptureAllFromCameraResponse
,Vision.CaptureAllFromCameraResponse.Builder
- Enclosing class:
- Vision
public static interface Vision.CaptureAllFromCameraResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetClassifications
(int index) repeated .viam.service.vision.v1.Classification classifications = 3 [json_name = "classifications"];
int
repeated .viam.service.vision.v1.Classification classifications = 3 [json_name = "classifications"];
repeated .viam.service.vision.v1.Classification classifications = 3 [json_name = "classifications"];
getDetections
(int index) repeated .viam.service.vision.v1.Detection detections = 2 [json_name = "detections"];
int
repeated .viam.service.vision.v1.Detection detections = 2 [json_name = "detections"];
repeated .viam.service.vision.v1.Detection detections = 2 [json_name = "detections"];
com.google.protobuf.Struct
getExtra()
.google.protobuf.Struct extra = 99 [json_name = "extra"];
getImage()
.viam.component.camera.v1.Image image = 1 [json_name = "image"];
getObjects
(int index) repeated .viam.common.v1.PointCloudObject objects = 4 [json_name = "objects"];
int
repeated .viam.common.v1.PointCloudObject objects = 4 [json_name = "objects"];
repeated .viam.common.v1.PointCloudObject objects = 4 [json_name = "objects"];
boolean
hasExtra()
.google.protobuf.Struct extra = 99 [json_name = "extra"];
boolean
hasImage()
.viam.component.camera.v1.Image image = 1 [json_name = "image"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasImage
boolean hasImage().viam.component.camera.v1.Image image = 1 [json_name = "image"];
- Returns:
- Whether the image field is set.
-
getImage
Camera.Image getImage().viam.component.camera.v1.Image image = 1 [json_name = "image"];
- Returns:
- The image.
-
getDetectionsList
List<Vision.Detection> getDetectionsList()repeated .viam.service.vision.v1.Detection detections = 2 [json_name = "detections"];
-
getDetections
repeated .viam.service.vision.v1.Detection detections = 2 [json_name = "detections"];
-
getDetectionsCount
int getDetectionsCount()repeated .viam.service.vision.v1.Detection detections = 2 [json_name = "detections"];
-
getClassificationsList
List<Vision.Classification> getClassificationsList()repeated .viam.service.vision.v1.Classification classifications = 3 [json_name = "classifications"];
-
getClassifications
repeated .viam.service.vision.v1.Classification classifications = 3 [json_name = "classifications"];
-
getClassificationsCount
int getClassificationsCount()repeated .viam.service.vision.v1.Classification classifications = 3 [json_name = "classifications"];
-
getObjectsList
List<Common.PointCloudObject> getObjectsList()repeated .viam.common.v1.PointCloudObject objects = 4 [json_name = "objects"];
-
getObjects
repeated .viam.common.v1.PointCloudObject objects = 4 [json_name = "objects"];
-
getObjectsCount
int getObjectsCount()repeated .viam.common.v1.PointCloudObject objects = 4 [json_name = "objects"];
-
hasExtra
boolean hasExtra().google.protobuf.Struct extra = 99 [json_name = "extra"];
- Returns:
- Whether the extra field is set.
-
getExtra
com.google.protobuf.Struct getExtra().google.protobuf.Struct extra = 99 [json_name = "extra"];
- Returns:
- The extra.
-