C#
VB
Java
Objective-C
WinRT C#
C++
Gets the detected OMR zones
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();
}
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
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET