localizedObjectAnnotations property

List<LocalizedObjectAnnotation> localizedObjectAnnotations

If present, landmark detection has completed successfully.

Implementation

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