> ## 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 holds page object detection results in FlexiCapture scripts: barcode count, blackness percentage, black squares, and text object count.

## What it does

An object that stores the results of object detection.

<Note>
  This object is not available on the Web Verification Station for checking rules locally.
</Note>

## Properties

| **Name**            | **Type** | **Access** | **Description**                                                              |
| ------------------- | -------- | ---------- | ---------------------------------------------------------------------------- |
| BarcodesCount       | int      | Read-only  | The number of barcodes detected on the image (2-D barcodes are not counted). |
| BlacknessPercentage | int      | Read-only  | The percentage of black on the page.                                         |
| BlackSquaresCount   | int      | Read-only  | The number of detected black squares.                                        |
| TextObjectsCount    | int      | Read-only  | The number of text objects.                                                  |
