TranslateDocumentResponse constructor

TranslateDocumentResponse({
  1. DocumentTranslation? documentTranslation,
  2. TranslateTextGlossaryConfig? glossaryConfig,
  3. DocumentTranslation? glossaryDocumentTranslation,
  4. String? model,
})

Implementation

TranslateDocumentResponse({
  this.documentTranslation,
  this.glossaryConfig,
  this.glossaryDocumentTranslation,
  this.model,
});