FormRecognizerModelFactory.FieldValueWithInt64ValueType(Int64) Method

Definition

Initializes a new instance of the FieldValue structure.

public static Azure.AI.FormRecognizer.Models.FieldValue FieldValueWithInt64ValueType (long value);
static member FieldValueWithInt64ValueType : int64 -> Azure.AI.FormRecognizer.Models.FieldValue
Public Shared Function FieldValueWithInt64ValueType (value As Long) As FieldValue

Parameters

value
Int64

The actual field value.

Returns

A new FieldValue instance for mocking.

Applies to