DocumentAnalysisModelFactory.DocumentModelDetails 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 instance von DocumentModelDetails.
public static Azure.AI.FormRecognizer.DocumentAnalysis.DocumentModelDetails DocumentModelDetails (string modelId = default, string description = default, DateTimeOffset createdOn = default, System.Collections.Generic.IReadOnlyDictionary<string,string> tags = default, System.Collections.Generic.IReadOnlyDictionary<string,Azure.AI.FormRecognizer.DocumentAnalysis.DocumentTypeDetails> documentTypes = default, DateTimeOffset? expiresOn = default, string serviceVersion = default);
static member DocumentModelDetails : string * string * DateTimeOffset * System.Collections.Generic.IReadOnlyDictionary<string, string> * System.Collections.Generic.IReadOnlyDictionary<string, Azure.AI.FormRecognizer.DocumentAnalysis.DocumentTypeDetails> * Nullable<DateTimeOffset> * string -> Azure.AI.FormRecognizer.DocumentAnalysis.DocumentModelDetails
Public Shared Function DocumentModelDetails (Optional modelId As String = Nothing, Optional description As String = Nothing, Optional createdOn As DateTimeOffset = Nothing, Optional tags As IReadOnlyDictionary(Of String, String) = Nothing, Optional documentTypes As IReadOnlyDictionary(Of String, DocumentTypeDetails) = Nothing, Optional expiresOn As Nullable(Of DateTimeOffset) = Nothing, Optional serviceVersion As String = Nothing) As DocumentModelDetails
Parameter
- modelId
- String
Eindeutiger Modellname.
- description
- String
Modellbeschreibung
- createdOn
- DateTimeOffset
Datum und Uhrzeit (UTC) zum Zeitpunkt der Erstellung des Modells.
- tags
- IReadOnlyDictionary<String,String>
Liste der Schlüssel-Wert-Tagattribute, die dem Modell zugeordnet sind.
- documentTypes
- IReadOnlyDictionary<String,DocumentTypeDetails>
Unterstützte Dokumenttypen.
- expiresOn
- Nullable<DateTimeOffset>
Datum und Uhrzeit (UTC), wann das Modell abläuft.
- serviceVersion
- String
Dienstversion, die zum Erstellen dieses Dokumentmodells verwendet wird.
Gibt zurück
Eine neue DocumentModelDetails instance zum Mocking.
Gilt für:
Azure SDK for .NET