FaceSelectionMode
enum FaceSelectionMode : UInt, @unchecked Sendable
Defines the possible values for face selection mode
-
All faces seen in the field of view should be analyzed.
Declaration
Swift
case all = 0
-
Only the largest face seen should be analyzed. During a “TrackFacesAcrossImageStream” scenario the largest face seen initially would be analyzed until face tracking is lost.
Declaration
Swift
case largest = 1