4.2.1.2. DetectorConfig
STFaceProDetectorConfig
Definition
typedef NS_ENUM(NSInteger, STFaceProDetectorConfig ) {
STFaceProDetectorConfig_LARGE_FACE = 0,
STFaceProDetectorConfig_SMALL_FACE = 1,
STFaceProDetectorConfig_ANY_FACE = 2,
};Constants
Last updated
Was this helpful?