TranslateDocumentRequest constructor

TranslateDocumentRequest({
  1. String? customizedAttribution,
  2. DocumentInputConfig? documentInputConfig,
  3. DocumentOutputConfig? documentOutputConfig,
  4. bool? enableRotationCorrection,
  5. bool? enableShadowRemovalNativePdf,
  6. TranslateTextGlossaryConfig? glossaryConfig,
  7. bool? isTranslateNativePdfOnly,
  8. Map<String, String>? labels,
  9. String? model,
  10. String? sourceLanguageCode,
  11. String? targetLanguageCode,
})

Implementation

TranslateDocumentRequest({
  this.customizedAttribution,
  this.documentInputConfig,
  this.documentOutputConfig,
  this.enableRotationCorrection,
  this.enableShadowRemovalNativePdf,
  this.glossaryConfig,
  this.isTranslateNativePdfOnly,
  this.labels,
  this.model,
  this.sourceLanguageCode,
  this.targetLanguageCode,
});