Class FuzzyEditDistanceReport
The result of a fuzzy edit distance statistics. Contains the report data.
Syntax
public class FuzzyEditDistanceReport
Fields
ByLanguage
The array of fuzzy edit distance results: the array has one element for each target language.
Declaration
public FuzzyEditDistanceResultForLang[] ByLanguage
Type
FuzzyEditDistanceResultForLang[]ReportId
The unique identifier of this report.
Declaration
public Guid? ReportId
Type
Nullable<Guid>Total
The aggregated edit distance result for all languages the report was calculated for.
Declaration
public FuzzyEditDistanceResult Total