FaceIqasResult

data class FaceIqasResult(val faceBoundingBox: Rect, val horizontalFill: Float, val padding: Int, val pitchAngle: Float, val yawAngle: Float, val rollAngle: Float, val leftEyeOpenConfidence: Float, val rightEyeOpenConfidence: Float, val smileConfidence: Float, val luma: Int? = null)

Holds the raw IQA scores.

Constructors

Link copied to clipboard
constructor(faceBoundingBox: Rect, horizontalFill: Float, padding: Int, pitchAngle: Float, yawAngle: Float, rollAngle: Float, leftEyeOpenConfidence: Float, rightEyeOpenConfidence: Float, smileConfidence: Float, luma: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val luma: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard