Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

Creates a new empty TrainingData object.

Syntax

C++

HRESULT CreateTrainingData( ITrainingData** Result );

C#

ITrainingData CreateTrainingData();

Visual Basic .NET

Function CreateTrainingData() As ITrainingData

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

ClassificationEngine