←Select platform

Zones Property

Summary

Gets the detected OMR zones

Syntax
C#
VB
Objective-C
C++
Java
public IList<OmrZone> Zones { get; } 
Public ReadOnly Property Zones As IList(Of OmrZone) 
@property (nonatomic, strong, readonly) NSMutableArray<LTOmrZone *> *zones 
public List<OmrZone> getZones() 
public: 
property IList<OmrZone>^ Zones { 
   IList<OmrZone>^ get(); 
} 

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, please refer to OmrZone

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly