←Select platform

GetZoneCells Method

Summary
Gets the cells of a zone.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public OcrZoneCell[] GetZoneCells( 
   OcrZone zone 
) 
- (nullable NSArray<LTOcrZoneCell *> *)zoneCellsAtIndex:(NSUInteger)index error:(NSError **)error NS_SWIFT_NAME(zoneCells(at:)); 
public ArrayList<OcrZoneCell> getZoneCells(OcrZone zone) 
def GetZoneCells(self,zone): 

Parameters

zone
The OCR zone that contains the cells.

Return Value

An array that contains the zone cells if available.

Remarks

For more information, refer to OcrZoneCell.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.