ScannedFace

iOS
interface ScannedFace extends ScannedObject

Represents a Face.

Properties

boundingBox

readonly boundingBox: BoundingBox

The bounding box coordinates of this ScannedObject.

Coordinates are in camera-space (0.0 ... 1.0), and can be converted to view-space via the PreviewView.

Inherited from

ScannedObject.boundingBox


faceID

readonly faceID: number

The ID of this ScannedFace used to identify multiple faces in the same scene.


hasRollAngle

readonly hasRollAngle: boolean

A Boolean value indicating whether there is a valid roll angle associated with the face.


hasYawAngle

readonly hasYawAngle: boolean

A Boolean value indicating whether there is a valid yaw angle associated with the face.


rollAngle

readonly rollAngle: number

The roll angle of the face specified in degrees.


type

readonly type: ScannedObjectType

The ScannedObjectType of this ScannedObject.

Inherited from

ScannedObject.type


yawAngle

readonly yawAngle: number

The yaw angle of the face specified in degrees.