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

> FlexiCapture の抽出スクリプトにおける IExtractedObject のリファレンス。検出された部分文字列、その Value、およびその位置を示す IInterval Span について説明します。

<div id="purpose">
  ## 目的
</div>

このオブジェクトは、文書のソーステキスト内の部分文字列を表します。

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

| **Name** | **型**                                     | **権限** | **Value**               |
| -------- | ----------------------------------------- | ------ | ----------------------- |
| Value () | string                                    | 読み取り   | 部分文字列の値。                |
| Span ()  | [IInterval](/ja/flexi-capture/i-interval) | 読み取り   | テキスト内における部分文字列の位置を示す範囲。 |
