> ## 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.

# WordRecognitionVariants Object (IWordRecognitionVariants Interface)

This object is a collection of variants of a word's recognition. The collection contains recognition variants ordered from best to worst, determined by the internal estimation mechanism.

* 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

| Name                                                                                                                  | Type                                                                                                                                                                                                                                      | Description                                            |
| --------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| Application                                                                                                           | [Engine](/fine-reader/engine/api-reference/engine-object-iengine-interface), [read-only](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties)                             | Returns the Engine object.                             |
| Count                                                                                                                 | [int](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties), read-only                                                                                                                         | Stores the number of elements in the collection.       |
| [Element](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/element-property) | [WordRecognitionVariant](/fine-reader/engine/api-reference/text-related-objects/wordrecognitionvariant), [read-only](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | Provides access to a single element of the collection. |

## Methods

| Name                                                                                                          | Description                                            |
| ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| [Item](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/item-method) | Provides access to a single element of the collection. |

## Related objects

<img src="https://mintcdn.com/abbyy/B_SRGbkkbQ9YH40E/images/fine-reader/engine/wordrecognitionvariants.gif?s=08e21062f016268aed5b03df8e1f3c4c" alt="WordRecognitionVariants" width="214" height="91" data-path="images/fine-reader/engine/wordrecognitionvariants.gif" />[](/fine-reader/engine/api-reference/text-related-objects/charparams#wordrecognitionvariants)[](/fine-reader/engine/api-reference/text-related-objects/wordrecognitionvariant)[](/fine-reader/engine/api-reference/text-related-objects/charparams)[](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/element-property)

[Object Diagram](/fine-reader/engine/api-reference/object-diagram)

## Output parameter

This object is the output parameter of the following methods:

* [GetWordRecognitionVariants](/fine-reader/engine/api-reference/text-related-objects/paragraph/getwordrecognitionvariants-metho) method of the [Paragraph](/fine-reader/engine/api-reference/text-related-objects/paragraph) object
* [GetRecognitionVariants](/fine-reader/engine/api-reference/text-related-objects/word/getrecognitionvariants-method) method of the [Word](/fine-reader/engine/api-reference/text-related-objects/word) object

## See also

[WordRecognitionVariant](/fine-reader/engine/api-reference/text-related-objects/wordrecognitionvariant)

[CharacterRecognitionVariants](/fine-reader/engine/api-reference/text-related-objects/characterrecognitionvariants)

[Using Voting API](/fine-reader/engine/guided-tour/advanced-techniques/using-voting-api)

[Working with Collections](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-collections)

[Working with Properties](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
