AnalyzedFace
class AnalyzedFace : NSObject
AZAnalyzedFace holds the bounding box, UUID, pose, AnalyzedResults, and other values for a face. An array of AnalyzedFace elements is the returned after performing FaceAnalyer::AnalyzeOnce(), for example.
-
Id of the analyzed face.
Declaration
Swift
var uuid: UUID { get }
-
Face bounding box.
Declaration
Swift
var boundingBox: Rect2DInt { get }
-
Recognition result.
Declaration
Swift
@NSCopying var recognitionResult: FaceRecognitionResult? { get }
-
Liveness result.
Declaration
Swift
@NSCopying var livenessResult: FaceLivenessResult? { get }