BatchRecognizeResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use batchRecognizeResponseDescriptor instead')
const BatchRecognizeResponse$json = {
  '1': 'BatchRecognizeResponse',
  '2': [
    {
      '1': 'results',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.speech.v2.BatchRecognizeResponse.ResultsEntry',
      '10': 'results'
    },
    {
      '1': 'total_billed_duration',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Duration',
      '10': 'totalBilledDuration'
    },
  ],
  '3': [BatchRecognizeResponse_ResultsEntry$json],
};