Package com.viam.service.vision.v1
Class Vision.GetDetectionsFromCameraResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Vision.GetDetectionsFromCameraResponse,Vision.GetDetectionsFromCameraResponse.Builder>
com.viam.service.vision.v1.Vision.GetDetectionsFromCameraResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Vision.GetDetectionsFromCameraResponseOrBuilder
,Cloneable
- Enclosing class:
- Vision.GetDetectionsFromCameraResponse
public static final class Vision.GetDetectionsFromCameraResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Vision.GetDetectionsFromCameraResponse,Vision.GetDetectionsFromCameraResponse.Builder>
implements Vision.GetDetectionsFromCameraResponseOrBuilder
Protobuf type
viam.service.vision.v1.GetDetectionsFromCameraResponse
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionaddAllDetections
(Iterable<? extends Vision.Detection> values) the bounding boxes and labelsaddDetections
(int index, Vision.Detection value) the bounding boxes and labelsaddDetections
(int index, Vision.Detection.Builder builderForValue) the bounding boxes and labelsaddDetections
(Vision.Detection value) the bounding boxes and labelsaddDetections
(Vision.Detection.Builder builderForValue) the bounding boxes and labelsthe bounding boxes and labelsgetDetections
(int index) the bounding boxes and labelsint
the bounding boxes and labelsthe bounding boxes and labelsremoveDetections
(int index) the bounding boxes and labelssetDetections
(int index, Vision.Detection value) the bounding boxes and labelssetDetections
(int index, Vision.Detection.Builder builderForValue) the bounding boxes and labelsMethods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getDetectionsList
the bounding boxes and labels
repeated .viam.service.vision.v1.Detection detections = 1 [json_name = "detections"];
- Specified by:
getDetectionsList
in interfaceVision.GetDetectionsFromCameraResponseOrBuilder
-
getDetectionsCount
public int getDetectionsCount()the bounding boxes and labels
repeated .viam.service.vision.v1.Detection detections = 1 [json_name = "detections"];
- Specified by:
getDetectionsCount
in interfaceVision.GetDetectionsFromCameraResponseOrBuilder
-
getDetections
the bounding boxes and labels
repeated .viam.service.vision.v1.Detection detections = 1 [json_name = "detections"];
- Specified by:
getDetections
in interfaceVision.GetDetectionsFromCameraResponseOrBuilder
-
setDetections
public Vision.GetDetectionsFromCameraResponse.Builder setDetections(int index, Vision.Detection value) the bounding boxes and labels
repeated .viam.service.vision.v1.Detection detections = 1 [json_name = "detections"];
-
setDetections
public Vision.GetDetectionsFromCameraResponse.Builder setDetections(int index, Vision.Detection.Builder builderForValue) the bounding boxes and labels
repeated .viam.service.vision.v1.Detection detections = 1 [json_name = "detections"];
-
addDetections
the bounding boxes and labels
repeated .viam.service.vision.v1.Detection detections = 1 [json_name = "detections"];
-
addDetections
public Vision.GetDetectionsFromCameraResponse.Builder addDetections(int index, Vision.Detection value) the bounding boxes and labels
repeated .viam.service.vision.v1.Detection detections = 1 [json_name = "detections"];
-
addDetections
public Vision.GetDetectionsFromCameraResponse.Builder addDetections(Vision.Detection.Builder builderForValue) the bounding boxes and labels
repeated .viam.service.vision.v1.Detection detections = 1 [json_name = "detections"];
-
addDetections
public Vision.GetDetectionsFromCameraResponse.Builder addDetections(int index, Vision.Detection.Builder builderForValue) the bounding boxes and labels
repeated .viam.service.vision.v1.Detection detections = 1 [json_name = "detections"];
-
addAllDetections
public Vision.GetDetectionsFromCameraResponse.Builder addAllDetections(Iterable<? extends Vision.Detection> values) the bounding boxes and labels
repeated .viam.service.vision.v1.Detection detections = 1 [json_name = "detections"];
-
clearDetections
the bounding boxes and labels
repeated .viam.service.vision.v1.Detection detections = 1 [json_name = "detections"];
-
removeDetections
the bounding boxes and labels
repeated .viam.service.vision.v1.Detection detections = 1 [json_name = "detections"];
-