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

# IRuleTags

> IRuleTags は FlexiCapture スクリプト内の IRuleTag オブジェクトのコレクションで、ルールに指定した値のタグがあるかどうかを判定する HasTagWithValue メソッドを備えています。

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

[IRuleTag](/ja/flexi-capture/appendix/scripts/iruletag) オブジェクトのコレクションを表します。

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

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

| **定義**                             | **説明**                                                                      |
| ---------------------------------- | --------------------------------------------------------------------------- |
| HasTagWithValue( string tagValue ) | コレクション内に指定された値のタグが存在するかどうかを確認します。存在する場合は **true**、存在しない場合は **false** を返します。 |
