UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

7 lines (6 loc) 221 B
import { IScannerCommon } from "./i-scanner-common-handle"; export interface ITextPatternScannerHandle extends IScannerCommon { resumeDetection(): void; pauseDetection(): void; isDetectionPaused(): boolean; }