PoseLandmark
data class PoseLandmark(poseLandmarkLabel: String, probability: Float, x: Float, y: Float)
Content copied to clipboard
This data class represents one point of the detected human's pose.
Constructors
PoseLandmark
Link copied to clipboard
fun PoseLandmark(poseLandmarkLabel: String, probability: Float, x: Float, y: Float)
Content copied to clipboard