HeadPoseAttribute

data class HeadPoseAttribute(val angle: Float, val isPreconditionsMet: Boolean = true)

Head pose attribute.

Constructors

Link copied to clipboard
fun HeadPoseAttribute(angle: Float, isPreconditionsMet: Boolean = true)

Properties

Link copied to clipboard

Value in interval [-90.0, 90.0].

Link copied to clipboard

If preconditions for this attribute are met.