Detection$json top-level constant

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

Implementation

@$core.Deprecated('Use detectionDescriptor instead')
const Detection$json = {
  '1': 'Detection',
  '2': [
    {'1': 'x_min', '3': 1, '4': 1, '5': 3, '9': 0, '10': 'xMin', '17': true},
    {'1': 'y_min', '3': 2, '4': 1, '5': 3, '9': 1, '10': 'yMin', '17': true},
    {'1': 'x_max', '3': 3, '4': 1, '5': 3, '9': 2, '10': 'xMax', '17': true},
    {'1': 'y_max', '3': 4, '4': 1, '5': 3, '9': 3, '10': 'yMax', '17': true},
    {'1': 'confidence', '3': 5, '4': 1, '5': 1, '10': 'confidence'},
    {'1': 'class_name', '3': 6, '4': 1, '5': 9, '10': 'className'},
  ],
  '8': [
    {'1': '_x_min'},
    {'1': '_y_min'},
    {'1': '_x_max'},
    {'1': '_y_max'},
  ],
};