StreamingRecognizeResponse$json top-level constant
Implementation
@$core.Deprecated('Use streamingRecognizeResponseDescriptor instead')
const StreamingRecognizeResponse$json = const {
'1': 'StreamingRecognizeResponse',
'2': const [
const {'1': 'error', '3': 1, '4': 1, '5': 11, '6': '.google.rpc.Status', '10': 'error'},
const {'1': 'results', '3': 2, '4': 3, '5': 11, '6': '.google.cloud.speech.v1.StreamingRecognitionResult', '10': 'results'},
const {'1': 'speech_event_type', '3': 4, '4': 1, '5': 14, '6': '.google.cloud.speech.v1.StreamingRecognizeResponse.SpeechEventType', '10': 'speechEventType'},
],
'4': const [StreamingRecognizeResponse_SpeechEventType$json],
};