SpellCheckResult
This structure changed in 7.2.
- The
SpellCheckResult
field is new.
Field | Type | Description |
---|---|---|
|
String |
Object identifier containing the spelling error |
|
String |
Spelling error identifier as means of differentiation from other spelling errors |
|
String |
Rule identifier of the spelling error returned by LanguageTool |
|
String |
Error type for the spelling error returned by LanguageTool |
|
String |
Brief description for the spelling error returned by LanguageTool |
|
String |
Warning returned by CCMS Web Server for rationale proposed correction to spelling error cannot be applied to the object |
|
String |
The misspelled word itself |
|
String |
Text fragment immediately before the identified misspelled word |
|
String |
Text fragment immediately following the identified misspelled word |
|
Int |
Location where the misspelled word begins in the containing element |
|
Int |
Location where the misspelled word ends in the containing element |
|
Int |
Location where the misspelled word begins in the containing element, according to the Oxygen Editor |
|
String |
The exact xPath where the misspelled word is located in the object |
|
String […] |
List of replacement words suggested by LanguageTool |