SmartZone v6.0 for .NET - Updated
TrainCluster Method (Reader)




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > Reader Class : TrainCluster Method
Runs training cluster of a single character.
Syntax
'Declaration
 
Public Sub TrainCluster( _
   ByVal handle As IntPtr, _
   ByVal trainChar As Integer, _
   ByVal trainType As Integer _
) 
'Usage
 
Dim instance As Reader
Dim handle As IntPtr
Dim trainChar As Integer
Dim trainType As Integer
 
instance.TrainCluster(handle, trainChar, trainType)
public void TrainCluster( 
   IntPtr handle,
   int trainChar,
   int trainType
)
public: void TrainCluster( 
   IntPtr handle,
   int trainChar,
   int trainType
) 
public:
void TrainCluster( 
   IntPtr handle,
   int trainChar,
   int trainType
) 

Parameters

handle
trainChar
trainType
See Also

Reference

Reader Class
Reader Members