StreamingRecognizeRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use streamingRecognizeRequestDescriptor instead')
const StreamingRecognizeRequest$json = {
  '1': 'StreamingRecognizeRequest',
  '2': [
    {'1': 'recognizer', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'recognizer'},
    {
      '1': 'streaming_config',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.speech.v2.StreamingRecognitionConfig',
      '9': 0,
      '10': 'streamingConfig'
    },
    {'1': 'audio', '3': 5, '4': 1, '5': 12, '9': 0, '10': 'audio'},
  ],
  '8': [
    {'1': 'streaming_request'},
  ],
};