EntityAnnotation constructor

EntityAnnotation({
  1. BoundingPoly? boundingPoly,
  2. double? confidence,
  3. String? description,
  4. String? locale,
  5. List<LocationInfo>? locations,
  6. String? mid,
  7. List<Property>? properties,
  8. double? score,
  9. double? topicality,
})

Implementation

EntityAnnotation({
  this.boundingPoly,
  this.confidence,
  this.description,
  this.locale,
  this.locations,
  this.mid,
  this.properties,
  this.score,
  this.topicality,
});