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

# SpellWord Object (ISpellWord Interface)

> SpellWord object (ISpellWord interface) in ABBYY FineReader Engine Visual Components on Windows — This object represents a word, used during spell checking.

<Warning>
  Visual Components are implemented in FRE for Windows.
</Warning>

This object represents a word, used during spell checking. It can be a word added during spell checking to the dictionary, a word added to the list of ignored words, a word suggested as a replacement for some uncertainly recognized word, or the uncertainly recognized word itself.

## Properties

| Name         | Type                                                                                                    | Description                                               |
| ------------ | ------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
| LanguageId   | [int](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)  | Specifies the ID of the language of the word.             |
| LanguageName | [BSTR](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties) | Specifies the internal name of the language for the word. |
| Word         | [BSTR](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties) | Specifies the word.                                       |

## Methods

| Name                                                                                                                  | Description                                                                                           |
| --------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
| [CopyFrom](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/copyfrom-method) | Initializes the properties of the current object with values of similar properties of another object. |

## Output parameter

This object is the output parameter of the following methods:

* [OnValidationEvent](/fine-reader/engine/visual-components-reference/itextvalidatorevents/onvalidationevent-method) method of the [ITextValidatorEvents](/fine-reader/engine/visual-components-reference/itextvalidatorevents) interface
* [Item](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/item-method) method of the [SpellWordCollection](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection) object

## Input parameter

This object is the input parameter of the [Add](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/add-method), [InsertAt](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/insertat-method) method of the [SpellWordCollection](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection) object.

## See also

[SpellWordCollection](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection)

[SpellReplacement](/fine-reader/engine/visual-components-reference/supplementary-objects/spellreplacement)
