Dela via


DocumentAnalysisModelFactory.DocumentFieldValueWithCountryRegionFieldType Method

Definition

Initializes a new instance of DocumentFieldValue.

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

Parameters

value
String

The value of the field.

Returns

A new DocumentFieldValue instance for mocking.

Applies to