Gets or sets a value indicating whether the word this character is part of has passed spell checking.
public bool WordIsCertain { get; set; } Public Property WordIsCertain As Boolean public bool WordIsCertain {get; set;} @property (nonatomic, assign) BOOL wordIsCertain public boolean getWordIsCertain()public void setWordIsCertain(boolean value)
<br/>get_WordIsCertain();<br/>set_WordIsCertain(value);<br/>Object.defineProperty('WordIsCertain'); True if the word this character is part of has passed spell checking; otherwise it is false.
The word is certain if it passes one of the following criteria:
To get the recognized characters of a page, call IOcrPage.GetRecognizedCharacters after IOcrPage.Recognize.
To update the recognized characters of a page, call IOcrPage.GetRecognizedCharacters before calling IOcrDocument.Save, or IOcrDocument.SaveAsync, IOcrDocument.SaveXml or or IOcrDocument.SaveXmlAsync.
For an example, refer to IOcrPage.GetRecognizedCharacters.
IOcrPage.SetRecognizedCharacters
IOcrPage.GetRecognizedCharacters
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
