Gets a list of recognized the words for this zone.
public IList<OcrWord> GetWords()
Overloads Function GetWords() As IList(Of OcrWord)
Windows.Foundation.Collections.IVector //In WinRT the IList interface is replaced by IVector<OcrWord> GetWords()
@property (nonatomic, copy, readonly, nullable) NSArray<LTOcrWord *> *words
public List<OcrWord> getWords()
function Leadtools.Forms.Ocr.IOcrZoneCharacters.GetWords()()
IList<OcrWord>^ GetWords();
A list of OcrWord structures that contain the recognized words of this zone.
This is a helper method that iterate through the OcrCharacter list of the zone and constructs the words based on the OcrCharacter.Position flags.
The returned words contain bound values in pixels.
For an example, refer to 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