persons property

List<PersonDetection>? persons
final

An array of the persons detected in the video and the time(s) their path was tracked throughout the video. An array element will exist for each time a person's path is tracked.

Implementation

final List<PersonDetection>? persons;