BatchTranslateDocumentRequest constructor

BatchTranslateDocumentRequest({
  1. String? customizedAttribution,
  2. bool? enableRotationCorrection,
  3. bool? enableShadowRemovalNativePdf,
  4. Map<String, String>? formatConversions,
  5. Map<String, TranslateTextGlossaryConfig>? glossaries,
  6. List<BatchDocumentInputConfig>? inputConfigs,
  7. Map<String, String>? models,
  8. BatchDocumentOutputConfig? outputConfig,
  9. String? sourceLanguageCode,
  10. List<String>? targetLanguageCodes,
})

Implementation

BatchTranslateDocumentRequest({
  this.customizedAttribution,
  this.enableRotationCorrection,
  this.enableShadowRemovalNativePdf,
  this.formatConversions,
  this.glossaries,
  this.inputConfigs,
  this.models,
  this.outputConfig,
  this.sourceLanguageCode,
  this.targetLanguageCodes,
});