An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
Array/Object field types are not exposed as separate options in the Add a field menu in Document Intelligence Studio. In the Studio labeling UI for custom extraction models (template or neural), the available label types are:
- Field
- Selection mark
- Signature
- Table
This matches the documented capabilities for custom models, which focus on form fields, selection marks, tables, signatures, and region labeling, with no mention of Array/Object as distinct label types.
For Azure Government, Document Intelligence Studio is supported via the sovereign-cloud endpoint (Azure Fairfax) and supports v3.x+ APIs for custom model training and analysis, but the same Studio experience and label types apply. There is no additional Array/Object field type available in Azure Government beyond the standard Field/Selection mark/Signature/Table options.
To represent structured or repeated data, use:
- Table labels for repeated row/column structures.
- Field labels (optionally grouped by naming convention) for logical objects.
Array/Object semantics must be modeled in how fields and tables are named and consumed in application code, not via a separate Array/Object label type in Studio.
References: