Dela via


DocumentAnalysisModelFactory.DocumentFieldValueWithSelectionMarkFieldType Method

Definition

Initializes a new instance of DocumentFieldValue.

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

Parameters

value
DocumentSelectionMarkState

The value of the field.

Returns

A new DocumentFieldValue instance for mocking.

Applies to