FaceAnalyzedResult

class FaceAnalyzedResult : NSObject

Defines face analyzed result.

  • The AZVisionFrameReader associated with this result.

    Declaration

    Swift

    @NSCopying var frameReference: VisionFrameReader? { get }
  • The tracked collection of faces with their current attributes.

    Declaration

    Swift

    var faces: [AnalyzedFace] { get }
  • The liveness payload if liveness check is involved

    Declaration

    Swift

    @NSCopying var faceAnalyzedDetails: FaceAnalyzedDetails? { get }