VerifyOptions

data class VerifyOptions(val facePitch: Float, val faceYaw: Float, val faceRoll: Float)

VerifyOptions is that Face Pose Detection will verify if the input is satisfied with the given options. Options

  • facePitch: the Pitch of the face

  • faceYaw: the Yaw of the face

  • faceRoll: the Roll of the face

Constructors

Link copied to clipboard
constructor(facePitch: Float, faceYaw: Float, faceRoll: Float)

Types

Link copied to clipboard
data class Builder(var facePitch: Float = 30.0f, var faceYaw: Float = 30.0f, var faceRoll: Float = 30.0f)

VerifyOptions Builder for building the VerifyOptions

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard