Class LevenshteinEditDistanceResultForLang
Encapsulates the result of a levenshtein edit distance statistics for a single target language.
Syntax
public class LevenshteinEditDistanceResultForLang
Fields
ByDocument
The counts per document. The array holds an element for each document.
Declaration
public LevenshteinEditDistanceResultForDocument[] ByDocument
Type
LevenshteinEditDistanceResultForDocument[]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 LevenshteinEditDistanceResult Total