Class FuzzyEditDistanceResultForLang
Encapsulates the result of a fuzzy edit distance statistics for a single target language.
Syntax
public class FuzzyEditDistanceResultForLang
Fields
ByDocument
The counts per document. The array holds an element for each document.
Declaration
public FuzzyEditDistanceResultForDocument[] ByDocument
Type
FuzzyEditDistanceResultForDocument[]TargetLangCode
The target language this report is for.
Declaration
public string TargetLangCode
Type
StringTotal
The aggregated edit distance result for the current target language.
Declaration
public FuzzyEditDistanceResult Total