SpeechRecognitionResult$json top-level constant

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

Implementation

@$core.Deprecated('Use speechRecognitionResultDescriptor instead')
const SpeechRecognitionResult$json = const {
  '1': 'SpeechRecognitionResult',
  '2': const [
    const {'1': 'alternatives', '3': 1, '4': 3, '5': 11, '6': '.google.cloud.speech.v1.SpeechRecognitionAlternative', '10': 'alternatives'},
    const {'1': 'channel_tag', '3': 2, '4': 1, '5': 5, '10': 'channelTag'},
  ],
};