RecognizedWord property (ILEADRasterDocument)
BSTR RecognizedWord(short iIndex) | |
Overview |
Refer to Working with Recognized Words |
Remarks
(Read only) This property is updated by the GetRecognizedWords method with an array of strings, in which each string is one of the recognized words.
The number of words updated in this property can be found in the RecognizedWordsCount property.
Information about each word in the array can be found in the following properties:
See Also