Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Zones Property (OmrCommand)








Gets the detected OMR zones
Syntax
public IList<OmrZone> Zones {get;}
'Declaration
 
Public ReadOnly Property Zones As IList(Of OmrZone)
'Usage
 
Dim instance As OmrCommand
Dim value As IList(Of OmrZone)
 
value = instance.Zones
@property (nonatomic, strong, readonly) NSMutableArray<LTOmrZone *> *zones
public List<OmrZone> getZones()
 get_Zones(); 
public:
property IList<OmrZone>^ Zones {
   IList<OmrZone>^ get();
}

Property Value

IList`1 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

See Also

Reference

OmrCommand Class
OmrCommand Members

Error processing SSI file