Result

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

Represents detailed information about a detected face.

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.

Constructors

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

Properties

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