Dela via


DocumentAnalysisModelFactory.DocumentFieldValueWithSignatureFieldType Method

Definition

Initializes a new instance of DocumentFieldValue.

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

Parameters

value
DocumentSignatureType

The value of the field.

Returns

A new DocumentFieldValue instance for mocking.

Applies to