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

# ValidatorError オブジェクト（IValidatorError インターフェイス）

> Windows 上の ABBYY FineReader Engine Visual Components における ValidatorError オブジェクト（IValidatorError インターフェイス）— このオブジェクトは、ページ上のエラーの位置を示します。

このオブジェクトは、ページ上のエラーの位置を示します。エラーとは、認識結果が不確かな文字、認識結果が不確かな単語、またはノイズを指します。

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

| 名前             | 型                                                                                                                                                                                                                                           | 説明                                        |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------- |
| ErrorPosition  | [EditorPosition](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/editorposition), [読み取り専用](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | エラーの先頭文字のカーソル位置を格納します。                    |
| ErrorLength    | [int](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties), 読み取り専用                                                                                                                           | エラーの長さを格納します。                             |
| ErrorRectangle | [FRRectangle](/ja/fine-reader/engine/api-reference/supplementary-objects-and-methods/frrectangle), [読み取り専用](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties)         | エラー矩形の座標をピクセル単位で格納します。座標はドキュメント画像を基準とします。 |

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

[ITextValidator::ValidatorError](/ja/fine-reader/engine/visual-components-reference/textvalidator#validatorerror)
