ALScanFeedbackStyle Constants Reference
Declared in | ALScanFeedbackConfig.h |
---|
ALScanFeedbackStyle
The scan feedback style
Definition
typedef NS_ENUM(NSUInteger, ALScanFeedbackStyle ) {
ALScanFeedbackStyleRect = 0,
ALScanFeedbackStyleContourRect,
ALScanFeedbackStyleContourUnderline,
__deprecated_enum_msg,
(,
"ALScanFeedbackStyleContourUnderline has been deprecated. Use ALScanFeedbackStyleContourRect instead.",
) = ALScanFeedbackStyleContourRect,
ALScanFeedbackStyleContourPoint,
__deprecated_enum_msg,
(,
"ALScanFeedbackStyleContourPoint has been deprecated. Use ALScanFeedbackStyleContourRect instead.",
) = ALScanFeedbackStyleContourRect,
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
. __deprecated_enum_msg
-
The scan feedback style
Declared In
ALScanFeedbackConfig.h
. (
-
The scan feedback style
Declared In
ALScanFeedbackConfig.h
. "ALScanFeedbackStyleContourUnderline has been deprecated. Use ALScanFeedbackStyleContourRect instead."
-
The scan feedback style
Declared In
ALScanFeedbackConfig.h
. )
-
The scan feedback style
Declared In
ALScanFeedbackConfig.h
. ALScanFeedbackStyleContourPoint
-
Shows points over each character/symbol in the detected object
Declared In
ALScanFeedbackConfig.h
. __deprecated_enum_msg
-
The scan feedback style
Declared In
ALScanFeedbackConfig.h
. (
-
The scan feedback style
Declared In
ALScanFeedbackConfig.h
. "ALScanFeedbackStyleContourPoint has been deprecated. Use ALScanFeedbackStyleContourRect instead."
-
The scan feedback style
Declared In
ALScanFeedbackConfig.h
. )
-
The scan feedback style
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