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

# IDocumentDefinitionInfo

> IDocumentDefinitionInfo object in FlexiCapture scripts: exposes the name, version, and section array of the Document Definition matched to a document.

## What it does

Contains detailed information about the Document Definition matched with the document.

## Properties

| **Name**             | **Type**                                                                            | **Access** | **Description**                                                                  |
| -------------------- | ----------------------------------------------------------------------------------- | ---------- | -------------------------------------------------------------------------------- |
| Name                 | string                                                                              | Read-only  | The name of the Document Definition.                                             |
| SectionsInDefinition | [ISectionDefinitionInfoArray](/flexi-capture/appendix/scripts/i-sec-def-info-array) | Read-only  | An array of sections in the Document Definition. Returns only included sections. |
| Version              | int                                                                                 | Read-only  | The version of the Document Definition.                                          |
