SpeechRecognitionAlternative$json top-level constant
- @Deprecated('Use speechRecognitionAlternativeDescriptor instead')
Map<String, Object>
const
SpeechRecognitionAlternative$json
Implementation
@$core.Deprecated('Use speechRecognitionAlternativeDescriptor instead')
const SpeechRecognitionAlternative$json = {
'1': 'SpeechRecognitionAlternative',
'2': [
{'1': 'transcript', '3': 1, '4': 1, '5': 9, '10': 'transcript'},
{'1': 'confidence', '3': 2, '4': 1, '5': 2, '10': 'confidence'},
{
'1': 'words',
'3': 3,
'4': 3,
'5': 11,
'6': '.google.cloud.speech.v1.WordInfo',
'10': 'words'
},
],
};