LocalizedObjectAnnotation constructor
LocalizedObjectAnnotation({
- BoundingPoly? boundingPoly,
- String? languageCode,
- String? mid,
- String? name,
- double? score,
Implementation
LocalizedObjectAnnotation({
this.boundingPoly,
this.languageCode,
this.mid,
this.name,
this.score,
});