ObjectAnnotation constructor

ObjectAnnotation({
  1. String? languageCode,
  2. String? mid,
  3. String? name,
  4. double? score,
})

Implementation

ObjectAnnotation({
  this.languageCode,
  this.mid,
  this.name,
  this.score,
});