Share via


DocumentAnalysisModelFactory.DocumentFieldValueWithStringFieldType Method

Definition

Initializes a new instance of DocumentFieldValue.

public static Azure.AI.FormRecognizer.DocumentAnalysis.DocumentFieldValue DocumentFieldValueWithStringFieldType (string value);
static member DocumentFieldValueWithStringFieldType : string -> Azure.AI.FormRecognizer.DocumentAnalysis.DocumentFieldValue
Public Shared Function DocumentFieldValueWithStringFieldType (value As String) As DocumentFieldValue

Parameters

value
String

The value of the field.

Returns

A new DocumentFieldValue instance for mocking.

Applies to