BatchRecognizeFileResult$json top-level constant
Implementation
@$core.Deprecated('Use batchRecognizeFileResultDescriptor instead')
const BatchRecognizeFileResult$json = {
'1': 'BatchRecognizeFileResult',
'2': [
{'1': 'uri', '3': 1, '4': 1, '5': 9, '10': 'uri'},
{
'1': 'error',
'3': 2,
'4': 1,
'5': 11,
'6': '.google.rpc.Status',
'10': 'error'
},
{
'1': 'metadata',
'3': 3,
'4': 1,
'5': 11,
'6': '.google.cloud.speech.v2.RecognitionResponseMetadata',
'10': 'metadata'
},
{
'1': 'transcript',
'3': 4,
'4': 1,
'5': 11,
'6': '.google.cloud.speech.v2.BatchRecognizeResults',
'10': 'transcript'
},
],
};