DocumentAnalysisModelFactory.DocumentModelDetails メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
- modelId
- String
一意のモデル名。
- description
- String
モデルの説明
- createdOn
- DateTimeOffset
モデルが作成された日時 (UTC)。
- tags
- IReadOnlyDictionary<String,String>
モデルに関連付けられているキー値タグ属性の一覧。
- documentTypes
- IReadOnlyDictionary<String,DocumentTypeDetails>
サポートされているドキュメントの種類。
- expiresOn
- Nullable<DateTimeOffset>
モデルの有効期限が切れる日時 (UTC)。
- serviceVersion
- String
このドキュメント モデルの作成に使用されるサービス バージョン。
戻り値
モック作成用の新しい DocumentModelDetails インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET