Skip to main content
This object contains information on checkmark training. This information is created for each checkmark block of type CMT_Custom during checkmark training using the IFRPage::LearnCheckmarks method. The information cannot be edited, but can be used for recognition of checkmarks of the same type. This object also internally retains information about the values of the BlackThreshold and SuspiciousDistance properties of the CheckmarkBlock object for which it was saved. If you load this object as TrainingData for another checkmark block, these two properties will also be set to the same values. For the instructions on using this object to recognize checkmarks of custom type, see Recognizing Checkmarks. The CheckmarkTrainingData object is a persistent object. This means that the object’s current state can be written to persistent storage. Later, the object can be re-created by reading the object’s state from the persistent storage. The following methods provide persistence of the object: Linux: SaveToFile, and LoadFromFile Windows SaveToFile, LoadFromFile, SaveToMemory, and LoadFromMemory.

Properties

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.

Methods

NameDescription
CopyFromInitializes properties of the current object with values of similar properties of another object.
LoadFromFileRestores the object contents from a file on disk.
LoadFromMemory <Note> : Windows only. </Note>Restores the object contents from the global memory.
SaveToFileSaves the object contents into a file on disk.
SaveToMemory <Note> : Windows only. </Note>Saves the object contents into the global memory.
CheckmarkTrainingData Object Diagram

See also

Recognizing Checkmarks