Package viam.app.data.v1
Interface Data.AddBoundingBoxToImageByIDResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Data.AddBoundingBoxToImageByIDResponse
,Data.AddBoundingBoxToImageByIDResponse.Builder
- Enclosing class:
- Data
public static interface Data.AddBoundingBoxToImageByIDResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring bbox_id = 1 [json_name = "bboxId"];
com.google.protobuf.ByteString
string bbox_id = 1 [json_name = "bboxId"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getBboxId
String getBboxId()string bbox_id = 1 [json_name = "bboxId"];
- Returns:
- The bboxId.
-
getBboxIdBytes
com.google.protobuf.ByteString getBboxIdBytes()string bbox_id = 1 [json_name = "bboxId"];
- Returns:
- The bytes for bboxId.
-