PartOfSpeech_Voice$json top-level constant
Implementation
@$core.Deprecated('Use partOfSpeechDescriptor instead')
const PartOfSpeech_Voice$json = const {
'1': 'Voice',
'2': const [
const {'1': 'VOICE_UNKNOWN', '2': 0},
const {'1': 'ACTIVE', '2': 1},
const {'1': 'CAUSATIVE', '2': 2},
const {'1': 'PASSIVE', '2': 3},
],
};