Interface StringSamenessResult

interface StringSamenessResult {
    strategies: {
        [key: string]: ComparisonStrategyResult;
    };
    highScore: number;
    highScoreWeighted: number;
}

Properties

strategies: {
    [key: string]: ComparisonStrategyResult;
}
highScore: number
highScoreWeighted: number