←Select platform

WordIsCertain Property

Summary
Gets or sets a value indicating whether the word this character is part of has passed spell checking.
Syntax
C#
VB
Objective-C
C++
Java
public bool WordIsCertain { get; set; } 
Public Property WordIsCertain As Boolean 
@property (nonatomic, assign) BOOL wordIsCertain 
public boolean getWordIsCertain() 
public void setWordIsCertain(boolean value) 
public: 
property bool WordIsCertain { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

True if the word this character is part of has passed spell checking; otherwise it is false.

Remarks

The word is certain if it passes one of the following criteria:

  1. The engine is very confident of the letters of the word, even if the word is not in the dictionary
  2. The engine is not very confident, but the word is in the dictionary

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.SaveXml.

Example

For an example, refer to IOcrPage.GetRecognizedCharacters.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.