ImageGear for .NET
Object Structure of the Recognition API

The Recognition API uses a simple object structure with two top-level objects: ImGearRecognition, which represents the recognition engine, and ImGearRecPage, which represents a page with an associated image and recognition data. Visually, the hierarchy looks like the following:

ImGearRecognition
 + - Modules (ImGearRecModuleCollection)
 | + - [] (indexer) (ImGearRecModule)
 | + - MOR (ImGearRecMORSettings)
 + - Preprocessing (ImGearRecPreprocessingSettings)
 + - Recognition (ImGearRecRecognitionSettings)
 | + - UserDictionary (ImGearRecUserDictionary)
 + - OutputManager (ImGearRecOutputManager)
   + - Formats (ImGearRecOutputFormatCollection)
     + - [] (indexer) (ImGearRecOutputFormat)

ImGearRecPage
 + - Image (ImGearRecImage)
 + - Statistics (ImGearRecStatistics)
 + - Zones (ImGearRecZoneCollection)
   + - [] (indexer) (ImGearRecZone) 

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback