class TestFace : TestTrackable


Represents a human face as observed by the runtime within a test environment. If isValid is false, the blendShapeValues will be ignored and tracking will be TrackingState.PAUSED.

Summary

Public constructors

Public properties

List<Float>

a list of normalized blend shape values of facial features

List<Float>

a list of normalized values describing the confidence of blend shape values in a specific region of the face

Boolean

whether the blendShapeValues are valid

Public constructors

TestFace

Added in 1.0.0-alpha14
TestFace()

Public properties

blendShapeValues

Added in 1.0.0-alpha14
var blendShapeValuesList<Float>

a list of normalized blend shape values of facial features

confidenceValues

Added in 1.0.0-alpha14
var confidenceValuesList<Float>

a list of normalized values describing the confidence of blend shape values in a specific region of the face

isValid

Added in 1.0.0-alpha14
var isValidBoolean

whether the blendShapeValues are valid