Class EditDistanceStatisticsOptions
Encapsulates the options for creating edit distance reports.
Syntax
public class EditDistanceStatisticsOptions
Fields
CalculateForSlices
True to calculate for slices instead of whole documents where possible. Report is calculated for the whole document where the document is not sliced.
Declaration
public bool CalculateForSlices
Type
BooleanDocumentGuids
The guids of the documents to create report for. When specified, only these documents are included in the report. If not specified all documents of the project are used. Empty array should not be used.
Declaration
public Guid[] DocumentGuids
Type
Guid[]LanguageCodes
The language codes of the project to create report for. When specified, the project documents are filtered for these languages and only the documents for this language are included in the report. If not specified all languages of the project are used. Empty array should not be used.
Declaration
public string[] LanguageCodes
Type
String[]Note
A note stored with the report; when the report is saved in the project.
Declaration
public string Note
Type
StringStoreReportInProject
True to save the report in the project after creation. This report can later be retrieved. False creates and returns the report, but does not store it with the project.
Declaration
public bool StoreReportInProject
Type
BooleanWordCountMode
The word count mode used for edit distance calculation.
Declaration
public WordCountMode WordCountMode