ClassificationCategory$json top-level constant

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

Implementation

@$core.Deprecated('Use classificationCategoryDescriptor instead')
const ClassificationCategory$json = const {
  '1': 'ClassificationCategory',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    const {'1': 'confidence', '3': 2, '4': 1, '5': 2, '10': 'confidence'},
  ],
};