TranslateTextResponse constructor

TranslateTextResponse({
  1. List<Translation>? glossaryTranslations,
  2. List<Translation>? translations,
})

Implementation

TranslateTextResponse({
  this.glossaryTranslations,
  this.translations,
});