Result

constructor(boundingBox: LiteRTExt.BoundingBox, landmarks: List<LiteRTExt.Face.Landmark>, orientation: LiteRTExt.Face.Orientation? = null, score: Float, emotions: Map<String, Float>? = null)

Parameters

boundingBox

The bounding box of the face.

landmarks

A list of landmarks found on the face.

orientation

The 3D orientation of the face.

score

The detection confidence.

emotions

A map of emotion labels to confidence scores.