UpdateBoundingBoxRequest$json top-level constant

  1. @Deprecated('Use updateBoundingBoxRequestDescriptor instead')
Map<String, Object> const UpdateBoundingBoxRequest$json

Implementation

@$core.Deprecated('Use updateBoundingBoxRequestDescriptor instead')
const UpdateBoundingBoxRequest$json = {
  '1': 'UpdateBoundingBoxRequest',
  '2': [
    {'1': 'binary_id', '3': 1, '4': 1, '5': 11, '6': '.viam.app.data.v1.BinaryID', '10': 'binaryId'},
    {'1': 'bbox_id', '3': 2, '4': 1, '5': 9, '10': 'bboxId'},
    {'1': 'label', '3': 3, '4': 1, '5': 9, '9': 0, '10': 'label', '17': true},
    {'1': 'x_min_normalized', '3': 4, '4': 1, '5': 1, '9': 1, '10': 'xMinNormalized', '17': true},
    {'1': 'y_min_normalized', '3': 5, '4': 1, '5': 1, '9': 2, '10': 'yMinNormalized', '17': true},
    {'1': 'x_max_normalized', '3': 6, '4': 1, '5': 1, '9': 3, '10': 'xMaxNormalized', '17': true},
    {'1': 'y_max_normalized', '3': 7, '4': 1, '5': 1, '9': 4, '10': 'yMaxNormalized', '17': true},
  ],
  '8': [
    {'1': '_label'},
    {'1': '_x_min_normalized'},
    {'1': '_y_min_normalized'},
    {'1': '_x_max_normalized'},
    {'1': '_y_max_normalized'},
  ],
};