TranslateDocumentRequest constructor
TranslateDocumentRequest({
- String? customizedAttribution,
- DocumentInputConfig? documentInputConfig,
- DocumentOutputConfig? documentOutputConfig,
- bool? enableRotationCorrection,
- bool? enableShadowRemovalNativePdf,
- TranslateTextGlossaryConfig? glossaryConfig,
- bool? isTranslateNativePdfOnly,
- Map<
String, String> ? labels, - String? model,
- String? sourceLanguageCode,
- 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,
});