SpeechRecognitionAlternative$json top-level constant

  1. @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.v1p1beta1.WordInfo',
      '10': 'words'
    },
  ],
};