AnnotateTextResponse constructor

AnnotateTextResponse({
  1. List<ClassificationCategory>? categories,
  2. Sentiment? documentSentiment,
  3. List<Entity>? entities,
  4. String? languageCode,
  5. bool? languageSupported,
  6. List<ClassificationCategory>? moderationCategories,
  7. List<Sentence>? sentences,
})

Implementation

AnnotateTextResponse({
  this.categories,
  this.documentSentiment,
  this.entities,
  this.languageCode,
  this.languageSupported,
  this.moderationCategories,
  this.sentences,
});