BatchTranslateResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use batchTranslateResponseDescriptor instead')
const BatchTranslateResponse$json = const {
  '1': 'BatchTranslateResponse',
  '2': const [
    const {'1': 'total_characters', '3': 1, '4': 1, '5': 3, '10': 'totalCharacters'},
    const {'1': 'translated_characters', '3': 2, '4': 1, '5': 3, '10': 'translatedCharacters'},
    const {'1': 'failed_characters', '3': 3, '4': 1, '5': 3, '10': 'failedCharacters'},
    const {'1': 'submit_time', '3': 4, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'submitTime'},
    const {'1': 'end_time', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'endTime'},
  ],
};