PartOfSpeech$json top-level constant

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

Implementation

@$core.Deprecated('Use partOfSpeechDescriptor instead')
const PartOfSpeech$json = const {
  '1': 'PartOfSpeech',
  '2': const [
    const {'1': 'tag', '3': 1, '4': 1, '5': 14, '6': '.google.cloud.language.v1.PartOfSpeech.Tag', '10': 'tag'},
    const {'1': 'aspect', '3': 2, '4': 1, '5': 14, '6': '.google.cloud.language.v1.PartOfSpeech.Aspect', '10': 'aspect'},
    const {'1': 'case', '3': 3, '4': 1, '5': 14, '6': '.google.cloud.language.v1.PartOfSpeech.Case', '10': 'case'},
    const {'1': 'form', '3': 4, '4': 1, '5': 14, '6': '.google.cloud.language.v1.PartOfSpeech.Form', '10': 'form'},
    const {'1': 'gender', '3': 5, '4': 1, '5': 14, '6': '.google.cloud.language.v1.PartOfSpeech.Gender', '10': 'gender'},
    const {'1': 'mood', '3': 6, '4': 1, '5': 14, '6': '.google.cloud.language.v1.PartOfSpeech.Mood', '10': 'mood'},
    const {'1': 'number', '3': 7, '4': 1, '5': 14, '6': '.google.cloud.language.v1.PartOfSpeech.Number', '10': 'number'},
    const {'1': 'person', '3': 8, '4': 1, '5': 14, '6': '.google.cloud.language.v1.PartOfSpeech.Person', '10': 'person'},
    const {'1': 'proper', '3': 9, '4': 1, '5': 14, '6': '.google.cloud.language.v1.PartOfSpeech.Proper', '10': 'proper'},
    const {'1': 'reciprocity', '3': 10, '4': 1, '5': 14, '6': '.google.cloud.language.v1.PartOfSpeech.Reciprocity', '10': 'reciprocity'},
    const {'1': 'tense', '3': 11, '4': 1, '5': 14, '6': '.google.cloud.language.v1.PartOfSpeech.Tense', '10': 'tense'},
    const {'1': 'voice', '3': 12, '4': 1, '5': 14, '6': '.google.cloud.language.v1.PartOfSpeech.Voice', '10': 'voice'},
  ],
  '4': const [PartOfSpeech_Tag$json, PartOfSpeech_Aspect$json, PartOfSpeech_Case$json, PartOfSpeech_Form$json, PartOfSpeech_Gender$json, PartOfSpeech_Mood$json, PartOfSpeech_Number$json, PartOfSpeech_Person$json, PartOfSpeech_Proper$json, PartOfSpeech_Reciprocity$json, PartOfSpeech_Tense$json, PartOfSpeech_Voice$json],
};