Package viam.app.data.v1
Interface Data.AddBoundingBoxToImageByIDRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Data.AddBoundingBoxToImageByIDRequest
,Data.AddBoundingBoxToImageByIDRequest.Builder
- Enclosing class:
- Data
public static interface Data.AddBoundingBoxToImageByIDRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring binary_data_id = 8 [json_name = "binaryDataId"];
com.google.protobuf.ByteString
string binary_data_id = 8 [json_name = "binaryDataId"];
Deprecated.viam.app.data.v1.AddBoundingBoxToImageByIDRequest.binary_id is deprecated.getLabel()
string label = 2 [json_name = "label"];
com.google.protobuf.ByteString
string label = 2 [json_name = "label"];
double
double x_max_normalized = 5 [json_name = "xMaxNormalized"];
double
double x_min_normalized = 3 [json_name = "xMinNormalized"];
double
double y_max_normalized = 6 [json_name = "yMaxNormalized"];
double
double y_min_normalized = 4 [json_name = "yMinNormalized"];
boolean
Deprecated.viam.app.data.v1.AddBoundingBoxToImageByIDRequest.binary_id is deprecated.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasBinaryId
Deprecated.viam.app.data.v1.AddBoundingBoxToImageByIDRequest.binary_id is deprecated. See app/data/v1/data.proto;l=500.viam.app.data.v1.BinaryID binary_id = 7 [json_name = "binaryId", deprecated = true];
- Returns:
- Whether the binaryId field is set.
-
getBinaryId
Deprecated.viam.app.data.v1.AddBoundingBoxToImageByIDRequest.binary_id is deprecated. See app/data/v1/data.proto;l=500.viam.app.data.v1.BinaryID binary_id = 7 [json_name = "binaryId", deprecated = true];
- Returns:
- The binaryId.
-
getBinaryDataId
String getBinaryDataId()string binary_data_id = 8 [json_name = "binaryDataId"];
- Returns:
- The binaryDataId.
-
getBinaryDataIdBytes
com.google.protobuf.ByteString getBinaryDataIdBytes()string binary_data_id = 8 [json_name = "binaryDataId"];
- Returns:
- The bytes for binaryDataId.
-
getLabel
String getLabel()string label = 2 [json_name = "label"];
- Returns:
- The label.
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()string label = 2 [json_name = "label"];
- Returns:
- The bytes for label.
-
getXMinNormalized
double getXMinNormalized()double x_min_normalized = 3 [json_name = "xMinNormalized"];
- Returns:
- The xMinNormalized.
-
getYMinNormalized
double getYMinNormalized()double y_min_normalized = 4 [json_name = "yMinNormalized"];
- Returns:
- The yMinNormalized.
-
getXMaxNormalized
double getXMaxNormalized()double x_max_normalized = 5 [json_name = "xMaxNormalized"];
- Returns:
- The xMaxNormalized.
-
getYMaxNormalized
double getYMaxNormalized()double y_max_normalized = 6 [json_name = "yMaxNormalized"];
- Returns:
- The yMaxNormalized.
-