FormRecognizerModelFactory.FieldValueWithDictionaryValueType Method

Definition

Initializes a new instance of the FieldValue structure.

public static Azure.AI.FormRecognizer.Models.FieldValue FieldValueWithDictionaryValueType (System.Collections.Generic.IReadOnlyDictionary<string,Azure.AI.FormRecognizer.Models.FormField> value);
static member FieldValueWithDictionaryValueType : System.Collections.Generic.IReadOnlyDictionary<string, Azure.AI.FormRecognizer.Models.FormField> -> Azure.AI.FormRecognizer.Models.FieldValue
Public Shared Function FieldValueWithDictionaryValueType (value As IReadOnlyDictionary(Of String, FormField)) As FieldValue

Parameters

value
IReadOnlyDictionary<String,FormField>

The actual field value.

Returns

A new FieldValue instance for mocking.

Applies to