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

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
Countint, read-onlyStores the number of elements in the collection.
ElementTrainingImageProvides access to a single element of the collection.

Methods

NameDescription
AddAdds an existing object of the TrainingImage type at the end of the collection.
DeleteAllRemoves all the elements from the collection.
DeleteAtRemoves an element from the collection.
InsertAtInserts an existing object of the TrainingImage type into the specified position in the collection.
ItemProvides access to a single element of the collection.
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