localizedObjectAnnotationList property
- @JsonKey(name: 'localizedObjectAnnotations')
final
If present, localized object detection has completed successfully. This will be sorted descending by confidence score.
Implementation
@JsonKey(name: 'localizedObjectAnnotations')
final List<LocalizedObjectAnnotation>? localizedObjectAnnotationList;