SpellCheckError
SpellCheckError structure
Representing misspelled word with additional data.
public struct SpellCheckError
Properties
Name | Description |
---|---|
Length { get; set; } | Msspelled word’s length in the input text. |
StartPosition { get; set; } | Word’s position in the input text. |
SuggestedWords { get; set; } | list of objects with suggested correct spellings |
Word { get; set; } | The word being misspelled. |
See Also
- namespace Aspose.OCR.SpellChecker
- assembly Aspose.OCR