FastDetectorType
Objective-C
NS_ENUM(int, FastDetectorType) {
TYPE_5_8 = 0,
TYPE_7_12 = 1,
TYPE_9_16 = 2
}
Swift
enum FastDetectorType : Int32
Objective-C
NS_ENUM(int, FastDetectorType) {
TYPE_5_8 = 0,
TYPE_7_12 = 1,
TYPE_9_16 = 2
}
Swift
enum FastDetectorType : Int32