labelAnnotationList property

  1. @JsonKey(name: 'labelAnnotations')
List<EntityAnnotation>? labelAnnotationList
final

If present, label detection has completed successfully.

Implementation

@JsonKey(name: 'labelAnnotations')
final List<EntityAnnotation>? labelAnnotationList;