你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FormField<T>.Implicit(FormField<T> to T) Operator

Definition

Implicitly converts a FormField<T> instance into a T, using the value returned by Value.

public static implicit operator T(Azure.AI.FormRecognizer.Models.FormField<T> field);
static member op_Implicit : Azure.AI.FormRecognizer.Models.FormField<'T> -> 'T
Public Shared Widening Operator CType (field As FormField(Of T)) As T

Parameters

field
FormField<T>

The instance to be converted into a T.

Returns

T

The T corresponding to the value of the specified FormField instance.

Applies to