Class FuzzyEditDistanceResult
Encapsulates the counts calculated for a fuzzy edit distance report.
Inheritance
System.Object
FuzzyEditDistanceResult
Syntax
public class FuzzyEditDistanceResult
Fields
NoMatch
The no match count.
Declaration
public int NoMatch
Type
System.Int32Rate100
The 100% count.
Declaration
public int Rate100
Type
System.Int32Rate50_74
The 50-74% count.
Declaration
public int Rate50_74
Type
System.Int32Rate75_84
The 75-84% count.
Declaration
public int Rate75_84
Type
System.Int32Rate85_94
The 85-94% count.
Declaration
public int Rate85_94
Type
System.Int32Rate95_99
The 95-99% count.
Declaration
public int Rate95_99
Type
System.Int32Segments
The number of segments.
Declaration
public int Segments
Type
System.Int32Words
The number of words.
Declaration
public int Words