Dela via


DocumentAnalysisModelFactory.DocumentFieldValueWithBooleanFieldType Method

Definition

Initializes a new instance of DocumentFieldValue.

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

Parameters

value
Boolean

The value of the field.

Returns

A new DocumentFieldValue instance for mocking.

Applies to