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

# ICheckmarkValue

> FlexiCapture のスクリプティングモデルにおける ICheckmarkValue オブジェクト。チェックマークの名前、矩形、真偽値、および認識フラグ IsSuspicious を読み取ります。

<div id="what-it-does">
  ## 機能
</div>

チェックマークの値を表します。

<Note>
  このオブジェクトは、Web Verification Station ではルールをローカルでチェックするためには使用できません。
</Note>

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

<table width="100%"><thead><tr><th style={{textAlign: 'left'}}><p><strong>名前</strong></p></th><th style={{textAlign: 'left'}}><p><strong>型</strong></p></th><th style={{textAlign: 'left'}}><p><strong>アクセス</strong></p></th><th style={{textAlign: 'left'}}><p><strong>説明</strong></p></th></tr></thead><tbody><tr><td><p>IsSuspicious</p></td><td><p>bool</p></td><td><p>読み取り/書き込み</p></td><td><p>チェックマークの値が確実に認識されているかどうかを示します。</p><p>既定では、すべてのチェックマークの値は不確実なものと見なされます。</p></td></tr><tr><td><p>Name</p></td><td><p>string</p></td><td><p>読み取り専用</p></td><td><p>チェックマーク名 (Document Definition内のfield名) </p></td></tr><tr><td><p>Rect</p></td><td><p><a href="/ja/flexi-capture/appendix/scripts/irect">IRect</a></p></td><td><p>読み取り専用</p></td><td><p>チェックマークの矩形領域</p></td></tr><tr><td><p>Value</p></td><td><p>bool</p></td><td><p>読み取り/書き込み</p></td><td><p>チェックマークの値</p></td></tr></tbody></table>
