Package viam.app.data.v1
Interface Data.RemoveBoundingBoxFromImageByIDRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Data.RemoveBoundingBoxFromImageByIDRequest
,Data.RemoveBoundingBoxFromImageByIDRequest.Builder
- Enclosing class:
- Data
public static interface Data.RemoveBoundingBoxFromImageByIDRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring bbox_id = 2 [json_name = "bboxId"];
com.google.protobuf.ByteString
string bbox_id = 2 [json_name = "bboxId"];
.viam.app.data.v1.BinaryID binary_id = 3 [json_name = "binaryId"];
boolean
.viam.app.data.v1.BinaryID binary_id = 3 [json_name = "binaryId"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasBinaryId
boolean hasBinaryId().viam.app.data.v1.BinaryID binary_id = 3 [json_name = "binaryId"];
- Returns:
- Whether the binaryId field is set.
-
getBinaryId
Data.BinaryID getBinaryId().viam.app.data.v1.BinaryID binary_id = 3 [json_name = "binaryId"];
- Returns:
- The binaryId.
-
getBboxId
String getBboxId()string bbox_id = 2 [json_name = "bboxId"];
- Returns:
- The bboxId.
-
getBboxIdBytes
com.google.protobuf.ByteString getBboxIdBytes()string bbox_id = 2 [json_name = "bboxId"];
- Returns:
- The bytes for bboxId.
-