Condividi tramite


DocumentAnalysisModelFactory.DocumentFieldValueWithAddressFieldType Method

Definition

Initializes a new instance of DocumentFieldValue.

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

Parameters

value
AddressValue

The value of the field.

Returns

A new DocumentFieldValue instance for mocking.

Applies to