你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DocumentIntelligenceModelFactory.DocumentFieldDictionary Method

Definition

Initializes a new instance of DocumentFieldDictionary.

public static Azure.AI.DocumentIntelligence.DocumentFieldDictionary DocumentFieldDictionary (System.Collections.Generic.IReadOnlyDictionary<string,Azure.AI.DocumentIntelligence.DocumentField> items);
static member DocumentFieldDictionary : System.Collections.Generic.IReadOnlyDictionary<string, Azure.AI.DocumentIntelligence.DocumentField> -> Azure.AI.DocumentIntelligence.DocumentFieldDictionary
Public Shared Function DocumentFieldDictionary (items As IReadOnlyDictionary(Of String, DocumentField)) As DocumentFieldDictionary

Parameters

items
IReadOnlyDictionary<String,DocumentField>

The items of the dictionary.

Returns

A new DocumentFieldDictionary instance for mocking.

Applies to