Condividi tramite


DocumentAnalysisModelFactory.DocumentFieldValueWithPhoneNumberFieldType Method

Definition

Initializes a new instance of DocumentFieldValue.

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

Parameters

value
String

The value of the field.

Returns

A new DocumentFieldValue instance for mocking.

Applies to