Package viam.app.data.v1
Interface Data.UpdateBoundingBoxRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Data.UpdateBoundingBoxRequest,Data.UpdateBoundingBoxRequest.Builder
- Enclosing class:
- Data
public static interface Data.UpdateBoundingBoxRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring bbox_id = 2 [json_name = "bboxId"];com.google.protobuf.ByteStringstring bbox_id = 2 [json_name = "bboxId"];string binary_data_id = 8 [json_name = "binaryDataId"];com.google.protobuf.ByteStringstring binary_data_id = 8 [json_name = "binaryDataId"];Deprecated.viam.app.data.v1.UpdateBoundingBoxRequest.binary_id is deprecated.getLabel()optional string label = 3 [json_name = "label"];com.google.protobuf.ByteStringoptional string label = 3 [json_name = "label"];doubleoptional double x_max_normalized = 6 [json_name = "xMaxNormalized"];doubleoptional double x_min_normalized = 4 [json_name = "xMinNormalized"];doubleoptional double y_max_normalized = 7 [json_name = "yMaxNormalized"];doubleoptional double y_min_normalized = 5 [json_name = "yMinNormalized"];booleanDeprecated.viam.app.data.v1.UpdateBoundingBoxRequest.binary_id is deprecated.booleanhasLabel()optional string label = 3 [json_name = "label"];booleanoptional double x_max_normalized = 6 [json_name = "xMaxNormalized"];booleanoptional double x_min_normalized = 4 [json_name = "xMinNormalized"];booleanoptional double y_max_normalized = 7 [json_name = "yMaxNormalized"];booleanoptional double y_min_normalized = 5 [json_name = "yMinNormalized"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasBinaryId
Deprecated.viam.app.data.v1.UpdateBoundingBoxRequest.binary_id is deprecated. See app/data/v1/data.proto;l=575.viam.app.data.v1.BinaryID binary_id = 1 [json_name = "binaryId", deprecated = true];- Returns:
- Whether the binaryId field is set.
-
getBinaryId
Deprecated.viam.app.data.v1.UpdateBoundingBoxRequest.binary_id is deprecated. See app/data/v1/data.proto;l=575.viam.app.data.v1.BinaryID binary_id = 1 [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.
-
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.
-
hasLabel
boolean hasLabel()optional string label = 3 [json_name = "label"];- Returns:
- Whether the label field is set.
-
getLabel
String getLabel()optional string label = 3 [json_name = "label"];- Returns:
- The label.
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()optional string label = 3 [json_name = "label"];- Returns:
- The bytes for label.
-
hasXMinNormalized
boolean hasXMinNormalized()optional double x_min_normalized = 4 [json_name = "xMinNormalized"];- Returns:
- Whether the xMinNormalized field is set.
-
getXMinNormalized
double getXMinNormalized()optional double x_min_normalized = 4 [json_name = "xMinNormalized"];- Returns:
- The xMinNormalized.
-
hasYMinNormalized
boolean hasYMinNormalized()optional double y_min_normalized = 5 [json_name = "yMinNormalized"];- Returns:
- Whether the yMinNormalized field is set.
-
getYMinNormalized
double getYMinNormalized()optional double y_min_normalized = 5 [json_name = "yMinNormalized"];- Returns:
- The yMinNormalized.
-
hasXMaxNormalized
boolean hasXMaxNormalized()optional double x_max_normalized = 6 [json_name = "xMaxNormalized"];- Returns:
- Whether the xMaxNormalized field is set.
-
getXMaxNormalized
double getXMaxNormalized()optional double x_max_normalized = 6 [json_name = "xMaxNormalized"];- Returns:
- The xMaxNormalized.
-
hasYMaxNormalized
boolean hasYMaxNormalized()optional double y_max_normalized = 7 [json_name = "yMaxNormalized"];- Returns:
- Whether the yMaxNormalized field is set.
-
getYMaxNormalized
double getYMaxNormalized()optional double y_max_normalized = 7 [json_name = "yMaxNormalized"];- Returns:
- The yMaxNormalized.
-