Skip to main content
This object represents a collection of TrainingImage objects. It is a set of images which are used for user pattern training via the IEngine::TrainUserPattern method.
  • The indexing of ABBYY FineReader Engine collections starts with 0.
  • The foreach statement in C# (for each in Visual Basic .NET) can be used to manipulate the collection.

Properties

Methods

TrainingImagesCollection Object Diagram

Output parameter

This collection is the output parameter of the CreateTrainingImagesCollection method of the Engine object.

Input parameter

This collection is passed as an input parameter to the TrainUserPattern method of the Engine object.

See also

Working with Collections Recognizing with Training (Win) Training User Patterns (Win) Working with Properties