EntityMention$json top-level constant

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

Implementation

@$core.Deprecated('Use entityMentionDescriptor instead')
const EntityMention$json = const {
  '1': 'EntityMention',
  '2': const [
    const {'1': 'text', '3': 1, '4': 1, '5': 11, '6': '.google.cloud.language.v1.TextSpan', '10': 'text'},
    const {'1': 'type', '3': 2, '4': 1, '5': 14, '6': '.google.cloud.language.v1.EntityMention.Type', '10': 'type'},
    const {'1': 'sentiment', '3': 3, '4': 1, '5': 11, '6': '.google.cloud.language.v1.Sentiment', '10': 'sentiment'},
  ],
  '4': const [EntityMention_Type$json],
};