AuthenticityCheckResult

interface AuthenticityCheckResult {
    List: (
        | SecurityFeatureResult
        | IdentResult
        | FiberResult
        | OCRSecurityTextResult
        | PhotoIdentResult
    )[];
    Result: CheckResult;
    Type: AuthenticityResultType;
}

Implemented by

Properties

Properties

List: (
    | SecurityFeatureResult
    | IdentResult
    | FiberResult
    | OCRSecurityTextResult
    | PhotoIdentResult
)[]

AuthenticityCheckResult

Result: CheckResult

AuthenticityCheckResult

AuthenticityCheckResult