AnnotateTextRequestFeatures constructor

AnnotateTextRequestFeatures({
  1. bool? classifyText,
  2. bool? extractDocumentSentiment,
  3. bool? extractEntities,
  4. bool? moderateText,
})

Implementation

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