StreamingRecognizeResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use streamingRecognizeResponseDescriptor instead')
const StreamingRecognizeResponse$json = {
  '1': 'StreamingRecognizeResponse',
  '2': [
    {
      '1': 'error',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.rpc.Status',
      '10': 'error'
    },
    {
      '1': 'results',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.speech.v1p1beta1.StreamingRecognitionResult',
      '10': 'results'
    },
    {
      '1': 'speech_event_type',
      '3': 4,
      '4': 1,
      '5': 14,
      '6':
          '.google.cloud.speech.v1p1beta1.StreamingRecognizeResponse.SpeechEventType',
      '10': 'speechEventType'
    },
    {
      '1': 'speech_event_time',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Duration',
      '10': 'speechEventTime'
    },
    {
      '1': 'total_billed_time',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Duration',
      '10': 'totalBilledTime'
    },
    {
      '1': 'speech_adaptation_info',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.speech.v1p1beta1.SpeechAdaptationInfo',
      '10': 'speechAdaptationInfo'
    },
    {'1': 'request_id', '3': 10, '4': 1, '5': 3, '10': 'requestId'},
  ],
  '4': [StreamingRecognizeResponse_SpeechEventType$json],
};