PartOfSpeech_Person$json top-level constant

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

Implementation

@$core.Deprecated('Use partOfSpeechDescriptor instead')
const PartOfSpeech_Person$json = const {
  '1': 'Person',
  '2': const [
    const {'1': 'PERSON_UNKNOWN', '2': 0},
    const {'1': 'FIRST', '2': 1},
    const {'1': 'SECOND', '2': 2},
    const {'1': 'THIRD', '2': 3},
    const {'1': 'REFLEXIVE_PERSON', '2': 4},
  ],
};