FP-Devicer - v1.6.1
    Preparing search index...

    Interface IdentifyPostProcessorPayload

    interface IdentifyPostProcessorPayload {
        baseResult: IdentifyResult;
        cacheHit: boolean;
        candidatesCount: number;
        context?: IdentifyContext;
        durationMs: number;
        incoming: FPUserDataSet;
        matched: boolean;
        result: IdentifyResult;
    }
    Index

    Properties

    baseResult: IdentifyResult
    cacheHit: boolean
    candidatesCount: number
    context?: IdentifyContext
    durationMs: number
    incoming: FPUserDataSet
    matched: boolean