TranslateDocumentResponse constructor
TranslateDocumentResponse({
- DocumentTranslation? documentTranslation,
- TranslateTextGlossaryConfig? glossaryConfig,
- DocumentTranslation? glossaryDocumentTranslation,
- String? model,
Implementation
TranslateDocumentResponse({
this.documentTranslation,
this.glossaryConfig,
this.glossaryDocumentTranslation,
this.model,
});