FaceDetectionResult

@objc
public class FaceDetectionResult : NSObject, Codable

Result of face detection ran in a Ver-ID session

  • Face detected in the image

    Declaration

    Swift

    @objc
    public var face: Face?
  • Smoothed bounds of the detected face

    Declaration

    Swift

    @objc
    public var faceBounds: CGRect
  • Smoothed angle of the detected face

    Declaration

    Swift

    @objc
    public var faceAngle: EulerAngle?
  • Face detection status within the session

    Declaration

    Swift

    @objc
    public var status: FaceDetectionStatus
  • Requested bearing

    Declaration

    Swift

    @objc
    public let requestedBearing: Bearing
  • Declaration

    Swift

    required public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws