localizedObjectAnnotations property

List<LocalizedObjectAnnotation> localizedObjectAnnotations

If present, localized object detection has completed successfully. This will be sorted descending by confidence score.

Implementation

List<LocalizedObjectAnnotation> get localizedObjectAnnotations =>
    localizedObjectAnnotationList ?? <LocalizedObjectAnnotation>[];