> ## 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 オブジェクト（ISpellWord インターフェイス）

> Windows 上の ABBYY FineReader Engine Visual Components における SpellWord オブジェクト（ISpellWord インターフェイス）— このオブジェクトは、スペルチェック時に使用される単語を表します。

<Warning>
  Visual Components は Windows 用 FRE に実装されています。
</Warning>

このオブジェクトは、スペルチェック時に使用される単語を表します。具体的には、スペルチェック時に辞書へ追加された単語、無視する単語の一覧に追加された単語、認識結果が不確かな単語の置換候補として提示された単語、またはその認識結果が不確かな単語自体を指します。

<div id="properties">
  ## プロパティ
</div>

| 名前           | 型                                                                                                          | 説明               |
| ------------ | ---------------------------------------------------------------------------------------------------------- | ---------------- |
| LanguageId   | [int](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)  | 単語の言語 ID を指定します。 |
| LanguageName | [BSTR](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties) | 単語の言語の内部名を指定します。 |
| Word         | [BSTR](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties) | 単語を指定します。        |

<div id="methods">
  ## メソッド
</div>

| 名前                                                                                                                       | 説明                                           |
| ------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------- |
| [CopyFrom](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/copyfrom-method) | 現在のオブジェクトのプロパティを、別のオブジェクトの同様のプロパティの値で初期化します。 |

<div id="output-parameter">
  ## 出力Parameter
</div>

このオブジェクトは、次のメソッドの出力Parameterです。

* [OnValidationEvent](/ja/fine-reader/engine/visual-components-reference/itextvalidatorevents/onvalidationevent-method) メソッド ([ITextValidatorEvents](/ja/fine-reader/engine/visual-components-reference/itextvalidatorevents) インターフェイスの)
* [Item](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/item-method) メソッド ([SpellWordCollection](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection) オブジェクトの)

<div id="input-parameter">
  ## 入力Parameter
</div>

このオブジェクトは、[SpellWordCollection](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection) オブジェクトの [Add](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/add-method) メソッドおよび [InsertAt](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/insertat-method) メソッドの入力Parameterです。

<div id="see-also">
  ## 関連項目
</div>

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

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