import { IdcardBackVerificationResult } from './IdcardBackVerificationResult'; import { IdcardScoreInfoResult } from './IdcardScoreInfoResult'; export declare class IdcardBackResult { issue?: string; private 'valid_from'?; private 'valid_to'?; private 'adjusted_image'?; private 'verification_result'?; private 'text_location'?; private 'detect_reproduce_result'?; private 'detect_copy_result'?; private 'detect_tampering_result'?; private 'detect_border_integrity_result'?; private 'detect_blocking_within_border_result'?; private 'detect_blur_result'?; private 'detect_interim_result'?; private 'detect_glare_result'?; private 'score_info'?; constructor(); withIssue(issue: string): IdcardBackResult; withValidFrom(validFrom: string): IdcardBackResult; set validFrom(validFrom: string | undefined); get validFrom(): string | undefined; withValidTo(validTo: string): IdcardBackResult; set validTo(validTo: string | undefined); get validTo(): string | undefined; withAdjustedImage(adjustedImage: string): IdcardBackResult; set adjustedImage(adjustedImage: string | undefined); get adjustedImage(): string | undefined; withVerificationResult(verificationResult: IdcardBackVerificationResult): IdcardBackResult; set verificationResult(verificationResult: IdcardBackVerificationResult | undefined); get verificationResult(): IdcardBackVerificationResult | undefined; withTextLocation(textLocation: object): IdcardBackResult; set textLocation(textLocation: object | undefined); get textLocation(): object | undefined; withDetectReproduceResult(detectReproduceResult: boolean): IdcardBackResult; set detectReproduceResult(detectReproduceResult: boolean | undefined); get detectReproduceResult(): boolean | undefined; withDetectCopyResult(detectCopyResult: boolean): IdcardBackResult; set detectCopyResult(detectCopyResult: boolean | undefined); get detectCopyResult(): boolean | undefined; withDetectTamperingResult(detectTamperingResult: boolean): IdcardBackResult; set detectTamperingResult(detectTamperingResult: boolean | undefined); get detectTamperingResult(): boolean | undefined; withDetectBorderIntegrityResult(detectBorderIntegrityResult: boolean): IdcardBackResult; set detectBorderIntegrityResult(detectBorderIntegrityResult: boolean | undefined); get detectBorderIntegrityResult(): boolean | undefined; withDetectBlockingWithinBorderResult(detectBlockingWithinBorderResult: boolean): IdcardBackResult; set detectBlockingWithinBorderResult(detectBlockingWithinBorderResult: boolean | undefined); get detectBlockingWithinBorderResult(): boolean | undefined; withDetectBlurResult(detectBlurResult: boolean): IdcardBackResult; set detectBlurResult(detectBlurResult: boolean | undefined); get detectBlurResult(): boolean | undefined; withDetectInterimResult(detectInterimResult: boolean): IdcardBackResult; set detectInterimResult(detectInterimResult: boolean | undefined); get detectInterimResult(): boolean | undefined; withDetectGlareResult(detectGlareResult: boolean): IdcardBackResult; set detectGlareResult(detectGlareResult: boolean | undefined); get detectGlareResult(): boolean | undefined; withScoreInfo(scoreInfo: IdcardScoreInfoResult): IdcardBackResult; set scoreInfo(scoreInfo: IdcardScoreInfoResult | undefined); get scoreInfo(): IdcardScoreInfoResult | undefined; } //# sourceMappingURL=IdcardBackResult.d.ts.map