landmarkAnnotationList property

  1. @JsonKey(name: 'landmarkAnnotations')
List<EntityAnnotation>? landmarkAnnotationList
final

If present, landmark detection has completed successfully.

Implementation

@JsonKey(name: 'landmarkAnnotations')
final List<EntityAnnotation>? landmarkAnnotationList;