FormRecognizerModelFactory.FieldValueWithStringValueType(String) Method

Definition

Initializes a new instance of the FieldValue structure.

public static Azure.AI.FormRecognizer.Models.FieldValue FieldValueWithStringValueType (string value);
static member FieldValueWithStringValueType : string -> Azure.AI.FormRecognizer.Models.FieldValue
Public Shared Function FieldValueWithStringValueType (value As String) As FieldValue

Parameters

value
String

The actual field value.

Returns

A new FieldValue instance for mocking.

Applies to