RecognizedWordZone property (ILEADRasterDocument)
short RecognizedWordZone(short iIndex) | |
Overview |
Refer to Working with Recognized Words |
Remarks
(Read only) This property is updated by the GetRecognizedWords method with an array of values, in which each value represents the zone of one of the recognized words.
The recognized words are updated in the RecognizedWord property. For each word in the RecognizedWord property (RecognizedWord(i)), the zone in which that word is located is given at the corresponding index of the RecognizedWordZone property (RecognizedWordZone(i).
Other information about each recognized word can be found in the following properties:
See Also