ScannedFace
iOS
interface ScannedFace extends ScannedObjectRepresents a Face.
Properties
boundingBox
readonly boundingBox: BoundingBoxThe 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
faceID
readonly faceID: numberThe ID of this ScannedFace used to
identify multiple faces in the same scene.
hasRollAngle
readonly hasRollAngle: booleanA Boolean value indicating whether there is a valid roll angle associated with the face.
hasYawAngle
readonly hasYawAngle: booleanA Boolean value indicating whether there is a valid yaw angle associated with the face.
rollAngle
readonly rollAngle: numberThe roll angle of the face specified in degrees.
type
readonly type: ScannedObjectTypeThe ScannedObjectType of this ScannedObject.
Inherited from
yawAngle
readonly yawAngle: numberThe yaw angle of the face specified in degrees.