Condividi tramite


DocumentAnalysisModelFactory.DocumentFieldValueWithListFieldType Method

Definition

Initializes a new instance of DocumentFieldValue.

public static Azure.AI.FormRecognizer.DocumentAnalysis.DocumentFieldValue DocumentFieldValueWithListFieldType (System.Collections.Generic.IEnumerable<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentField> value);
static member DocumentFieldValueWithListFieldType : seq<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentField> -> Azure.AI.FormRecognizer.DocumentAnalysis.DocumentFieldValue
Public Shared Function DocumentFieldValueWithListFieldType (value As IEnumerable(Of DocumentField)) As DocumentFieldValue

Parameters

value
IEnumerable<DocumentField>

The value of the field.

Returns

A new DocumentFieldValue instance for mocking.

Applies to