Skip to main content
This object represents a collection of ClassificationObject objects.
  • 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.
ElementClassificationObject, read-onlyProvides access to a single element of the collection.

Methods

NameDescription
AddAdds an existing object of the ClassificationObject type at the end of the collection.
DeleteAllRemoves all the elements from the collection.
DeleteAtRemoves an element from the collection.
FindFinds the classification object by the description.
ItemProvides access to a single element of the collection.
ClassificationObjects Object Diagram

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