| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property RecognizedWordCount As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int RecognizedWordCount {get;} | |
Return Value
The number of recognized words on the image.Refer to RasterDocumentEngine.RecognitionStatistic example.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code