ALScanFeedbackStyle Constants Reference
| Declared in | ALScanFeedbackConfig.h |
|---|
ALScanFeedbackStyle
The scan feedback style
Definition
typedef NS_ENUM(NSUInteger, ALScanFeedbackStyle ) {
ALScanFeedbackStyleRect = 0,
ALScanFeedbackStyleContourRect,
ALScanFeedbackStyleContourUnderline,
ALScanFeedbackStyleContourPoint,
ALScanFeedbackStyleAnimatedRect,
ALScanFeedbackStyleNone,
};
Constants
ALScanFeedbackStyleRect-
Shows a rectangle around the detected object
Declared In
ALScanFeedbackConfig.h. ALScanFeedbackStyleContourRect-
Shows rectangles surrounding each character/symbol in the detected object
Declared In
ALScanFeedbackConfig.h. ALScanFeedbackStyleContourUnderline-
Shows underlines underneath each character/symbol in the detected object
Declared In
ALScanFeedbackConfig.h. ALScanFeedbackStyleContourPoint-
Shows points over each character/symbol in the detected object
Declared In
ALScanFeedbackConfig.h. ALScanFeedbackStyleAnimatedRect-
Animates the cutout rectangle when a sample is detected
Declared In
ALScanFeedbackConfig.h. ALScanFeedbackStyleNone-
No visible feedback is displayed
Declared In
ALScanFeedbackConfig.h.
Declared In
ALScanFeedbackConfig.h