Gets a list of recognized words for this zone.
public IList<OcrWord> GetWords()
Overloads Function GetWords() As IList(Of OcrWord)
@property (nonatomic, copy, readonly, nullable) NSArray<LTOcrWord *> *words
public List<OcrWord> getWords()
IList<OcrWord>^ GetWords();
A list of OcrWord structures that contain the recognized words of this zone.
This is a helper method that iterates 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document