keypointConfidences property
The confidence values for each detected keypoint.
Only available when using pose models (YOLOTask.pose). Each value corresponds to a keypoint in the keypoints list and ranges from 0.0 to 1.0.
Implementation
final List<double>? keypointConfidences;