DynamicCaptureFeedbackDetectionOptions

@objc
public class DynamicCaptureFeedbackDetectionOptions : NSObject

Document-specific configuration options of enforced detectors during Dynamic Capture Feedback

  • The detectors that are enforced while capturing the front of a license. Defaults to .lightQuality.

    Important

    .barcode and .machineReadableZone are ignored

    Declaration

    Swift

    @objc
    public var licenseFrontDetectors: DynamicCaptureFeedbackEnforcedDetectors
  • The detectors that are enforced while capturing the back of a license. Defaults to .lightQuality.

    Declaration

    Swift

    @objc
    public var licenseBackDetectors: DynamicCaptureFeedbackEnforcedDetectors
  • The detectors that are enforced while capturing the front of a passport card. Defaults to .lightQuality.

    Important

    .barcode and .machineReadableZone are ignored

    Declaration

    Swift

    @objc
    public var passportCardFrontDetectors: DynamicCaptureFeedbackEnforcedDetectors
  • The detectors that are enforced while capturing the back of a passport card. Defaults to .machineReadableZone and .lightQuality.

    Declaration

    Swift

    @objc
    public var passportCardBackDetectors: DynamicCaptureFeedbackEnforcedDetectors
  • The detectors that are enforced while capturing a passport biopage. Defaults to .machineReadableZone and .lightQuality.

    Important

    .barcode is ignored

    Declaration

    Swift

    @objc
    public var passportDetectors: DynamicCaptureFeedbackEnforcedDetectors
  • Undocumented

    Declaration

    Swift

    public override var debugDescription: String { get }