/
Type definitions - IBulkCheckSettingsService - Document settings XML description
Type definitions - IBulkCheckSettingsService - Document settings XML description
Overall
Document settings are returned using the following tag structure:
- DocumentSettings
- SettingGroups
- GroupX
- SettingGroups
Where "GroupX" denotes concrete settings group definition. Below You can find the list of supported groups. Name of each group corresponds to the name of DocumentSettingsGroup enumeration member.
Setting groups
LinguisticReportConfiguration
Tag | Meaning |
---|---|
ConfigurationName | Name of the reporting configuration |
Language | The culture name in the format languagecode2-country/regioncode2. languagecode2 is a lowercase two-letter code derived from ISO 639-1. country/regioncode2 is derived from ISO 3166 and usually consists of two uppercase letters. |
WordCountFactor | Word count factor |
HighRatingLimit | "Safe" release rate threshold |
HighRatingName | "Safe" release rate title |
MediumRatingLimit | "Acceptable" release rate threshold |
MediumRatingName | "Acceptable" release rate title |
LowRatingLimit | "Unsafe" release rate threshold |
LowRatingName | "Unsafe" release rate title |
Rules | Array of RuleOption tags representing error weights |
Categories | Array of CategoryOption tags representing rule priorities |
RuleOption
Tag | Meaning |
---|---|
RuleName | Name of the rule |
CategoryType | Category of the produced error (value of LinguisticErrorType enumeration) |
Weight | Rule importance |
CategoryOption
Tag | Meaning |
---|---|
ErrorType | Category of the error (value of LinguisticErrorType enumeration) |
Priority | Category weight |
Sample output
Related topics
- Linguistic-related types