Share via

How to use Array/Object fields in “Add a field” in Document Intelligence Studio? Are they supported in Azure Government?

Paul Yoon 0 Reputation points
2026-03-03T23:32:56.94+00:00

I want to use Array/Object field in “Add a field” in Document Intelligence Studio in Azure Government.

I could use Neural Model (not template) but all I could see is as below, Field, Selection mark, Signature and Table. I tried to use Table with selection mark but it has been working as field. I tried to reset my my project with Neural Model with API version 2024-11-30. but I couldn't access Array/Object field. are they supported in Azure Goverment?

User's image

Azure Document Intelligence in Foundry Tools
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-03-03T23:33:14.69+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    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:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.