Freigeben über


FormRecognizerModelFactory.FormPageCollection(IList<FormPage>) Methode

Definition

Initialisiert eine neue Instanz der FormPageCollection-Klasse. Diese Klasse ist ein schreibgeschützter Wrapper um die angegebene Liste.

public static Azure.AI.FormRecognizer.Models.FormPageCollection FormPageCollection (System.Collections.Generic.IList<Azure.AI.FormRecognizer.Models.FormPage> list);
static member FormPageCollection : System.Collections.Generic.IList<Azure.AI.FormRecognizer.Models.FormPage> -> Azure.AI.FormRecognizer.Models.FormPageCollection
Public Shared Function FormPageCollection (list As IList(Of FormPage)) As FormPageCollection

Parameter

list
IList<FormPage>

Die zu umschließende Liste.

Gibt zurück

Eine neue FormPageCollection instance zum Mocking.

Ausnahmen

list ist NULL.

Gilt für: