labels property

List<LabelDetection>? labels
final

An array of labels detected in the video. Each element contains the detected label and the time, in milliseconds from the start of the video, that the label was detected.

Implementation

final List<LabelDetection>? labels;