ImageGear .NET - Updated
Process Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecProgressEventArgs Class : Process Property
Gets process identifier of the current recognition task.
Syntax
'Declaration
 
Public ReadOnly Property Process As ImGearRecProcess
'Usage
 
Dim instance As ImGearRecProgressEventArgs
Dim value As ImGearRecProcess
 
value = instance.Process
public ImGearRecProcess Process {get;}
public: __property ImGearRecProcess get_Process();
public:
property ImGearRecProcess Process {
   ImGearRecProcess get();
}

Property Value

ImGearRecProcess enumeration value.
Remarks
This property indicates which recognition process is currently executing. For the list of possible recognition processes, see ImGearRecProcess.
See Also

Reference

ImGearRecProgressEventArgs Class
ImGearRecProgressEventArgs Members
ImGearRecProcess Enumeration
Recognize Method