CreateTrainingData Method of the ClassificationEngine Object
Creates a new empty TrainingData object.
Syntax
HRESULT CreateTrainingData( ITrainingData** Result );
Parameters
- Result
- [out, retval] A pointer to the ITrainingData* pointer variable that receives the interface pointer of the output TrainingData object.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
7/3/2024 8:50:25 AM