FormRecognizerModelFactory.CustomFormSubmodel Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der CustomFormSubmodel-Klasse.
public static Azure.AI.FormRecognizer.Training.CustomFormSubmodel CustomFormSubmodel (string formType, float? accuracy, System.Collections.Generic.IReadOnlyDictionary<string,Azure.AI.FormRecognizer.Training.CustomFormModelField> fields, string modelId);
static member CustomFormSubmodel : string * Nullable<single> * System.Collections.Generic.IReadOnlyDictionary<string, Azure.AI.FormRecognizer.Training.CustomFormModelField> * string -> Azure.AI.FormRecognizer.Training.CustomFormSubmodel
Public Shared Function CustomFormSubmodel (formType As String, accuracy As Nullable(Of Single), fields As IReadOnlyDictionary(Of String, CustomFormModelField), modelId As String) As CustomFormSubmodel
Parameter
- formType
- String
Der Typ des Formulars, das dieses Untermodell erkennt.
Der Mittelwert der Genauigkeiten der Instanzen dieses Modells CustomFormModelField .
Ein Wörterbuch der Felder, die dieses Untermodell aus dem Eingabedokument erkennt.
- modelId
- String
der eindeutige Bezeichner des Untermodells.
Gibt zurück
Eine neue CustomFormSubmodel instance zum Simulieren.
Gilt für:
Azure SDK for .NET