LocalizedObjectAnnotation constructor

LocalizedObjectAnnotation({
  1. BoundingPoly? boundingPoly,
  2. String? languageCode,
  3. String? mid,
  4. String? name,
  5. double? score,
})

Implementation

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