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 = {
  '1': 'SpeechRecognitionResult',
  '2': [
    {
      '1': 'alternatives',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.speech.v1.SpeechRecognitionAlternative',
      '10': 'alternatives'
    },
    {'1': 'channel_tag', '3': 2, '4': 1, '5': 5, '10': 'channelTag'},
    {
      '1': 'result_end_time',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Duration',
      '10': 'resultEndTime'
    },
    {
      '1': 'language_code',
      '3': 5,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'languageCode'
    },
  ],
};