←Select platform

Zones Property

Summary

Gets the detected OMR zones

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public IList<OmrZone> Zones { get; } 
Public ReadOnly Property Zones As IList(Of OmrZone) 
public Windows.Foundation.Collections.IVector //In WinRT the IList interface is replaced by IVector<OmrZone> Zones {get;} 
@property (nonatomic, strong, readonly) NSMutableArray<LTOmrZone *> *zones 
public List<OmrZone> getZones() 
 get_Zones();  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly