FaceAnalyzingResult

class FaceAnalyzingResult : NSObject

Defines face analyzing 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: [AnalyzingFace] { get }