AnnotateTextRequestFeatures constructor

AnnotateTextRequestFeatures({
  1. ClassificationModelOptions? classificationModelOptions,
  2. bool? classifyText,
  3. bool? extractDocumentSentiment,
  4. bool? extractEntities,
  5. bool? extractEntitySentiment,
  6. bool? extractSyntax,
  7. bool? moderateText,
})

Implementation

AnnotateTextRequestFeatures({
  this.classificationModelOptions,
  this.classifyText,
  this.extractDocumentSentiment,
  this.extractEntities,
  this.extractEntitySentiment,
  this.extractSyntax,
  this.moderateText,
});