localizedObjectAnnotationList property Null safety

  1. @JsonKey(name: 'localizedObjectAnnotations')
List<LocalizedObjectAnnotation>? localizedObjectAnnotationList
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;