Entity$json top-level constant

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

Implementation

@$core.Deprecated('Use entityDescriptor instead')
const Entity$json = const {
  '1': 'Entity',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    const {'1': 'type', '3': 2, '4': 1, '5': 14, '6': '.google.cloud.language.v1.Entity.Type', '10': 'type'},
    const {'1': 'metadata', '3': 3, '4': 3, '5': 11, '6': '.google.cloud.language.v1.Entity.MetadataEntry', '10': 'metadata'},
    const {'1': 'salience', '3': 4, '4': 1, '5': 2, '10': 'salience'},
    const {'1': 'mentions', '3': 5, '4': 3, '5': 11, '6': '.google.cloud.language.v1.EntityMention', '10': 'mentions'},
    const {'1': 'sentiment', '3': 6, '4': 1, '5': 11, '6': '.google.cloud.language.v1.Sentiment', '10': 'sentiment'},
  ],
  '3': const [Entity_MetadataEntry$json],
  '4': const [Entity_Type$json],
};