DynamicCaptureFeedbackOptions
@objc
public class DynamicCaptureFeedbackOptions : NSObject
Configuration options for Dynamic Capture Feedback during Auto-Capture sessions
During Auto-Capture, corrective suggestions to improve capture quality can be interactively displayed to the end-user. This is called “Dynamic Capture Feedback.” Enabling Dynamic Capture Feedback also unlocks additional detectors, resulting in higher-quality captures and less round-trips from your application to the SDK.
Important
DSOptions.captureType must be set to .Auto in order for Dynamic Capture Feedback to be available.
-
Toggles whether Dynamic Capture Feedback should be used during Auto-Capture. Defaults to
true.Declaration
Swift
@objc public var isDynamicFeedbackEnabled: Bool -
Document-specific configuration options of enforced detectors during Dynamic Capture Feedback
Declaration
Swift
@objc public var detectionOptions: DynamicCaptureFeedbackDetectionOptions
DynamicCaptureFeedbackOptions Class Reference