class FaceTester


An object which allows for testing a simulation of the user's face in an ARCore unit test environment. If isValid is false, the blendShapeValues will be ignored and tracking will be TrackingState.PAUSED.

Summary

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 properties

blendShapeValues

Added in 1.0.0-alpha15
var blendShapeValuesList<Float>

a list of normalized blend shape values of facial features

confidenceValues

Added in 1.0.0-alpha15
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-alpha15
var isValidBoolean

whether the blendShapeValues are valid