MetadataInferenceValue$json top-level constant

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

Implementation

@$core.Deprecated('Use metadataInferenceValueDescriptor instead')
const MetadataInferenceValue$json = {
  '1': 'MetadataInferenceValue',
  '2': [
    {'1': 'Key', '3': 1, '4': 1, '5': 9, '10': 'Key'},
    {
      '1': 'Value',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.DynamicValue',
      '10': 'Value'
    },
    {'1': 'Confidence', '3': 3, '4': 1, '5': 1, '10': 'Confidence'},
    {
      '1': 'ProviderId',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.MetadataProviderId',
      '10': 'ProviderId'
    },
  ],
};