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