You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2022. It is now read-only.
letimage=UIImage(named:"image_contains_faces")
image.face.detect{ result in
switch result {case.success(let rects):// rects: [CGRect]
case .notFound:// no faces founded.case.failure(let error):// any error occurred.}}
The text was updated successfully, but these errors were encountered:
To get the detected faces result.
The text was updated successfully, but these errors were encountered: