ClassificationResult$json top-level constant

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

Implementation

@$core.Deprecated('Use classificationResultDescriptor instead')
const ClassificationResult$json = const {
  '1': 'ClassificationResult',
  '2': const [
    const {'1': 'label', '3': 1, '4': 1, '5': 9, '10': 'label'},
    const {'1': 'probability', '3': 2, '4': 1, '5': 2, '10': 'probability'},
  ],
};