←Select platform

Zones Property

Summary
Gets the detected OMR zones
Syntax
C#
Objective-C
C++/CLI
Java
Python
public IList<OmrZone> Zones { get; } 
@property (nonatomic, strong, readonly) NSMutableArray<LTOmrZone *> *zones; 
public java.util.List<OmrZone> getZones(); 
public: 
property IList<OmrZone>^ Zones { 
   IList<OmrZone>^ get(); 
} 
Zones # get  (OmrCommand) 

Property Value

IList<T> that represents a list of the detected OMR zones.

Remarks

Each detected OMR zone contains the boundary of the zone, whether the zone is filled or not, and the confidence of the result. for more information, refer to OmrZone

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

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