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.

This object represents a collection of ClassificationResult objects. It is returned by the classification methods and provides the list of categories with their probability estimates. The results are sorted by probability from best to worst.
  • 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.
ElementClassificationResult, read-onlyProvides access to a single element of the collection.

Methods

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

Output parameter

This object is the output parameter of the Classify method of the Model 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