AdaptiveMtTranslateRequest constructor

AdaptiveMtTranslateRequest({
  1. List<String>? content,
  2. String? dataset,
  3. GlossaryConfig? glossaryConfig,
  4. ReferenceSentenceConfig? referenceSentenceConfig,
})

Implementation

AdaptiveMtTranslateRequest({
  this.content,
  this.dataset,
  this.glossaryConfig,
  this.referenceSentenceConfig,
});