interface ComparisonStrategyResultObject {
    score: number;
    rawScore?: number;
    [key: string]: any;
}

Hierarchy (view full)

Indexable

  • [key: string]: any

Properties

Properties

score: number

The normalized (0 to 100) score of this comparison

rawScore?: number

The raw value returned by the comparison (not normalized)