ImageGear .NET v24.12 - Updated
SaveSettings Method




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecognition Class : SaveSettings Method
Path to the file to save the settings in.
Saves recognition settings to a file.
Syntax
'Declaration
 
Public Sub SaveSettings( _
   ByVal path As String _
) 
'Usage
 
Dim instance As ImGearRecognition
Dim path As String
 
instance.SaveSettings(path)
public void SaveSettings( 
   string path
)
public: void SaveSettings( 
   string* path
) 
public:
void SaveSettings( 
   String^ path
) 

Parameters

path
Path to the file to save the settings in.
Remarks
This method saves all the current settings of the recognition engine to a Settings file for storing or studying purposes. A recognition engine Settings file can be loaded any time with the LoadSettings method.

Though the recognition engine Settings file is an ASCII text file, DO NOT MODIFY IT since once it becomes corrupted it will not be loaded at all, and there is no way to learn which line has caused the problem.

See Also

Reference

ImGearRecognition Class
ImGearRecognition Members