Senzing Node.js SDK
    Preparing search index...

    Interface SetGenericThresholdOptions

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

    Properties

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