Dela via


DocumentAnalysisModelFactory.DocumentFieldValueWithInt64FieldType Method

Definition

Initializes a new instance of DocumentFieldValue.

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

Parameters

value
Int32

The value of the field.

Returns

A new DocumentFieldValue instance for mocking.

Applies to