Sdílet prostřednictvím


FieldValue.AsList Method

Definition

Gets the value of the field as an IReadOnlyList<T>.

public System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormField> AsList ();
member this.AsList : unit -> System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormField>
Public Function AsList () As IReadOnlyList(Of FormField)

Returns

The value of the field converted to an IReadOnlyList<T>.

Exceptions

Applies to