Common fields for all authenticity result objects

AuthenticityCheckResultItem

interface AuthenticityCheckResultItem {
    ElementDiagnose?: CheckDiagnose;
    ElementResult?: CheckResult;
    PercentValue?: number;
    Type: number;
}

Properties

ElementDiagnose?: CheckDiagnose

AuthenticityCheckResultItem

ElementResult?: CheckResult

AuthenticityCheckResultItem

PercentValue?: number

AuthenticityCheckResultItem

Type: number

Same as authenticity result type, but used for safe parsing of not-described values: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/authenticity-result-type/

AuthenticityCheckResultItem