Represents the probability of accurate identification.

interface Confidence {
    comment?: string;
    score: number;
}

Properties

Properties

comment?: string

Additional details about the score as a human-readable text

score: number

A number between 0 and 1 that tells how much the agent is sure about the visitor identifier. The higher the number, the higher the chance of the visitor identifier to be true.

Generated using TypeDoc