←Select platform

GetWords() Method

Summary

Gets a list of recognized the words for this zone.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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();  

Return Value

A list of OcrWord structures that contain the recognized words of this zone.

Remarks

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.

Example

For an example, refer to IOcrPage.GetRecognizedCharacters.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly