EntityAnnotation constructor Null safety
- {String? mid,
- String? locale,
- required String description,
- double? score,
- double? topicality,
- BoundingPoly? boundingPoly,
- List<
LocationInfo> ? locationInfo, - List<
Property> ? properties}
Implementation
EntityAnnotation({
this.mid,
this.locale,
required this.description,
this.score,
this.topicality,
this.boundingPoly,
this.locationInfo,
this.properties,
});