FormRecognizerModelFactory.FieldValueWithTimeValueType(TimeSpan) Method

Definition

Initializes a new instance of the FieldValue structure.

public static Azure.AI.FormRecognizer.Models.FieldValue FieldValueWithTimeValueType (TimeSpan value);
static member FieldValueWithTimeValueType : TimeSpan -> Azure.AI.FormRecognizer.Models.FieldValue
Public Shared Function FieldValueWithTimeValueType (value As TimeSpan) As FieldValue

Parameters

value
TimeSpan

The actual field value.

Returns

A new FieldValue instance for mocking.

Applies to