localizedObjectAnnotations property

List<LocalizedObjectAnnotation>? localizedObjectAnnotations
getter/setter pair

If present, localized object detection has completed successfully.

This will be sorted descending by confidence score.

Implementation

core.List<LocalizedObjectAnnotation>? localizedObjectAnnotations;