ImageGear for .NET
SaveSettings Method
See Also  Send Feedback
ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecognition Class : SaveSettings Method




path
Path to the file to save the settings in.

Glossary Item Box

Saves recognition settings to a file.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.