Dela via


DocumentAnalysisModelFactory.DocumentFieldValueWithDoubleFieldType Method

Definition

Initializes a new instance of DocumentFieldValue.

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

Parameters

value
Double

The value of the field.

Returns

A new DocumentFieldValue instance for mocking.

Applies to