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

# IExtractedObject

> IExtractedObject reference in FlexiCapture extraction scripts: describes a found substring with its Value and the IInterval Span that locates it.

## Purpose

This object describes a substring in the source text of a document.

## Properties

| **Name** | **Type**                               | **Permissions** | **Value**                                                          |
| -------- | -------------------------------------- | --------------- | ------------------------------------------------------------------ |
| Value () | string                                 | Read            | The value of the substring.                                        |
| Span ()  | [IInterval](/flexi-capture/i-interval) | Read            | The span that describes the location of the substring in the text. |
