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

# IPictureObjectsInfo

> IPictureObjectsInfo は、FlexiCapture スクリプトでのページオブジェクト検出の結果（バーコード数、黒色率、黒い四角の数、テキストオブジェクト数）を保持します。

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

オブジェクト検出の結果を格納するオブジェクトです。

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

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

| **名前**              | **型** | **アクセス** | **説明**                                  |
| ------------------- | ----- | -------- | --------------------------------------- |
| BarcodesCount       | int   | 読み取り専用   | 画像上で検出されたバーコードの数 (2次元バーコードはカウントされません) 。 |
| BlacknessPercentage | int   | 読み取り専用   | ページ上の黒色部分の割合。                           |
| BlackSquaresCount   | int   | 読み取り専用   | 検出された黒い四角の数。                            |
| TextObjectsCount    | int   | 読み取り専用   | テキストオブジェクトの数。                           |
