Senzing Node.js SDK
    Preparing search index...

    Interface AddGenericThresholdOptions

    interface AddGenericThresholdOptions {
        plan?: string;
        behavior?: string;
        scoringCap?: number;
        candidateCap?: number;
        sendToRedo?: string;
        feature?: string;
    }
    Index

    Properties

    plan?: string
    behavior?: string
    scoringCap?: number
    candidateCap?: number
    sendToRedo?: string
    feature?: string