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 = const {
  '1': 'SpeechRecognitionAlternative',
  '2': const [
    const {'1': 'transcript', '3': 1, '4': 1, '5': 9, '10': 'transcript'},
    const {'1': 'confidence', '3': 2, '4': 1, '5': 2, '10': 'confidence'},
    const {'1': 'words', '3': 3, '4': 3, '5': 11, '6': '.google.cloud.speech.v1.WordInfo', '10': 'words'},
  ],
};