export declare class AutoIdDocClassificationAlarmResult { private 'detect_blur_result'?; private 'detect_glare_result'?; private 'detect_blocking_within_border_result'?; private 'detect_insufficient_lighting_result'?; private 'detect_copy_result'?; private 'detect_border_integrity_result'?; private 'detect_reproduce_result'?; constructor(); withDetectBlurResult(detectBlurResult: boolean): AutoIdDocClassificationAlarmResult; set detectBlurResult(detectBlurResult: boolean | undefined); get detectBlurResult(): boolean | undefined; withDetectGlareResult(detectGlareResult: boolean): AutoIdDocClassificationAlarmResult; set detectGlareResult(detectGlareResult: boolean | undefined); get detectGlareResult(): boolean | undefined; withDetectBlockingWithinBorderResult(detectBlockingWithinBorderResult: boolean): AutoIdDocClassificationAlarmResult; set detectBlockingWithinBorderResult(detectBlockingWithinBorderResult: boolean | undefined); get detectBlockingWithinBorderResult(): boolean | undefined; withDetectInsufficientLightingResult(detectInsufficientLightingResult: boolean): AutoIdDocClassificationAlarmResult; set detectInsufficientLightingResult(detectInsufficientLightingResult: boolean | undefined); get detectInsufficientLightingResult(): boolean | undefined; withDetectCopyResult(detectCopyResult: boolean): AutoIdDocClassificationAlarmResult; set detectCopyResult(detectCopyResult: boolean | undefined); get detectCopyResult(): boolean | undefined; withDetectBorderIntegrityResult(detectBorderIntegrityResult: boolean): AutoIdDocClassificationAlarmResult; set detectBorderIntegrityResult(detectBorderIntegrityResult: boolean | undefined); get detectBorderIntegrityResult(): boolean | undefined; withDetectReproduceResult(detectReproduceResult: boolean): AutoIdDocClassificationAlarmResult; set detectReproduceResult(detectReproduceResult: boolean | undefined); get detectReproduceResult(): boolean | undefined; } //# sourceMappingURL=AutoIdDocClassificationAlarmResult.d.ts.map