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'},
    {'1': 'x_min_normalized', '3': 7, '4': 1, '5': 1, '9': 4, '10': 'xMinNormalized', '17': true},
    {'1': 'y_min_normalized', '3': 8, '4': 1, '5': 1, '9': 5, '10': 'yMinNormalized', '17': true},
    {'1': 'x_max_normalized', '3': 9, '4': 1, '5': 1, '9': 6, '10': 'xMaxNormalized', '17': true},
    {'1': 'y_max_normalized', '3': 10, '4': 1, '5': 1, '9': 7, '10': 'yMaxNormalized', '17': true},
  ],
  '8': [
    {'1': '_x_min'},
    {'1': '_y_min'},
    {'1': '_x_max'},
    {'1': '_y_max'},
    {'1': '_x_min_normalized'},
    {'1': '_y_min_normalized'},
    {'1': '_x_max_normalized'},
    {'1': '_y_max_normalized'},
  ],
};