toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (customizedAttribution != null)
'customizedAttribution': customizedAttribution!,
if (enableRotationCorrection != null)
'enableRotationCorrection': enableRotationCorrection!,
if (enableShadowRemovalNativePdf != null)
'enableShadowRemovalNativePdf': enableShadowRemovalNativePdf!,
if (formatConversions != null) 'formatConversions': formatConversions!,
if (glossaries != null) 'glossaries': glossaries!,
if (inputConfigs != null) 'inputConfigs': inputConfigs!,
if (models != null) 'models': models!,
if (outputConfig != null) 'outputConfig': outputConfig!,
if (sourceLanguageCode != null)
'sourceLanguageCode': sourceLanguageCode!,
if (targetLanguageCodes != null)
'targetLanguageCodes': targetLanguageCodes!,
};