Kofax Mobile SDK API Reference
kfxKEDQuickAnalysisFeedback.h
Go to the documentation of this file.
1 // API Reference
2 //
3 // kfxKEDQuickAnalysisFeedback.h
4 // KMCEngineData Objects
5 //
6 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <UIKit/UIKit.h>
11 #import <CoreGraphics/CoreGraphics.h>
12 #ifndef KEDQUICKANALYSISFEEDBACK
13 #define KEDQUICKANALYSISFEEDBACK 1
15 
16 
17 @class kfxKEDImage; // Forward declaration
18 
20 
39 @interface kfxKEDQuickAnalysisFeedback : NSObject <NSCoding>
40 
41 // ==========================================================
43 
47 @property (retain) UIImage* quickReviewUIImage;
48 
49 // ==========================================================
51 
55 @property bool isBlurry;
56 
57 
58 // ==========================================================
60 
65 @property bool isOverSaturated;
66 
67 
68 // ==========================================================
70 
75 @property bool isUnderSaturated;
76 
77 // ==========================================================
79 
83 @property bool isGlareDetected;
84 
85 
86 // ==========================================================
88 
92 @property bool isOverlySkewed;
93 
94 // ==========================================================
96 
100 @property bool isShadowed;
101 
102 
103 // ==========================================================
105 
109 @property bool isMissingBorders;
110 
111 
112 // ==========================================================
114 
120 @property bool isLowContrastBackground;
121 
122 
123 // ==========================================================
125 
130 
131 
132 // ==========================================================
134 
137 - (id) init;
138 
139 // ==========================================================
141 
147 +(kfxKEDQuickAnalysisFeedback *) createQuickFromMetadata: (NSString *) metadata;
148 
149 @end
150 
151 #endif
152 
UIImage * quickReviewUIImage
Quick review image.
Definition: kfxKEDQuickAnalysisFeedback.h:47
bool isGlareDetected
Image may have glare.
Definition: kfxKEDQuickAnalysisFeedback.h:83
bool isOverSaturated
Image may be overly lit image.
Definition: kfxKEDQuickAnalysisFeedback.h:65
bool isBlurry
Image may be blurry.
Definition: kfxKEDQuickAnalysisFeedback.h:55
Quick Analysis Results Feedback Class.
Definition: kfxKEDQuickAnalysisFeedback.h:39
bool isShadowed
Image may have shadows.
Definition: kfxKEDQuickAnalysisFeedback.h:100
id init()
Initialize the class instance.
bool isMissingBorders
Image may be missing borders.
Definition: kfxKEDQuickAnalysisFeedback.h:109
bool isUnderSaturated
Image may be poorly lit image.
Definition: kfxKEDQuickAnalysisFeedback.h:75
Bounding Tetragon class holds four point data.
Definition: kfxKEDBoundingTetragon.h:38
bool isLowContrastBackground
Image may have uneven or low contrast background.
Definition: kfxKEDQuickAnalysisFeedback.h:120
An Image object contains an image and associated data.
Definition: kfxKEDImage.h:157
kfxKEDBoundingTetragon * tetragonCorners
Tetragon corner data for the sheet edges found automatically.
Definition: kfxKEDQuickAnalysisFeedback.h:129
bool isOverlySkewed
Image may be overly skewed.
Definition: kfxKEDQuickAnalysisFeedback.h:92
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.