@regulaforensics/vp-frontend-document-components
    Preparing search index...

    Interface AuthenticityCheckResultItem

    Common fields for all authenticity result objects

    AuthenticityCheckResultItem

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

    Properties

    ElementDiagnose?: CheckDiagnose

    AuthenticityCheckResultItem

    ElementResult?: CheckResult

    AuthenticityCheckResultItem

    PercentValue?: number

    AuthenticityCheckResultItem

    AuthenticityCheckResultItem