Skip to main content
This object represents a collection of TrainingResult objects. It is returned by the classification model training methods. Currently, you can only train one classifier type at a time; therefore, the collection will contain only one element.
  • 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
Countint, read-onlyStores the number of elements in the collection.
ElementTrainingResult, read-onlyProvides access to a single element of the collection.

Methods

NameDescription
ItemProvides access to a single element of the collection.
TrainingResults Object Diagram

Output parameter

This object is the output parameter of the TrainModel method of the Trainer object.

Samples

This object is used in the Classification demo tool in Windows and the Classification code sample in Linux and macOS.

See also

Working with Collections