Dela via


DocumentAnalysisModelFactory.DocumentFieldValueWithCurrencyFieldType Method

Definition

Initializes a new instance of DocumentFieldValue.

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

Parameters

value
CurrencyValue

The value of the field.

Returns

A new DocumentFieldValue instance for mocking.

Applies to