Purpose
This is a collection of objects of type IExtractedObject found in the text.Properties
Name | Type | Permissions | Value |
|---|---|---|---|
Name() | string | Read | The name of the collection. |
Count() | int | Read | The number of items in the collection. |
Item( index : int ) | Read | Accesses an item by its index. | |
Find( position : int, toTheRight : bool ) : ExtractedObject | Read | Finds an item whose text span is closest to a specified position in the text. toTheRight specifies search direction. | |
Attributes () | Read | Attributes for the indexed collection. These attributes can be used in XML queries when searching the collection for specific words. |
