次の方法で共有


DocumentAnalysisModelFactory.OperationSummary メソッド

定義

OperationSummary の新しいインスタンスを初期化します。

public static Azure.AI.FormRecognizer.DocumentAnalysis.OperationSummary OperationSummary (string operationId = default, Azure.AI.FormRecognizer.DocumentAnalysis.DocumentOperationStatus status = Azure.AI.FormRecognizer.DocumentAnalysis.DocumentOperationStatus.NotStarted, int? percentCompleted = default, DateTimeOffset createdOn = default, DateTimeOffset lastUpdatedOn = default, Azure.AI.FormRecognizer.DocumentAnalysis.DocumentOperationKind kind = default, Uri resourceLocation = default, System.Collections.Generic.IReadOnlyDictionary<string,string> tags = default, string serviceVersion = default);
static member OperationSummary : string * Azure.AI.FormRecognizer.DocumentAnalysis.DocumentOperationStatus * Nullable<int> * DateTimeOffset * DateTimeOffset * Azure.AI.FormRecognizer.DocumentAnalysis.DocumentOperationKind * Uri * System.Collections.Generic.IReadOnlyDictionary<string, string> * string -> Azure.AI.FormRecognizer.DocumentAnalysis.OperationSummary
Public Shared Function OperationSummary (Optional operationId As String = Nothing, Optional status As DocumentOperationStatus = Azure.AI.FormRecognizer.DocumentAnalysis.DocumentOperationStatus.NotStarted, Optional percentCompleted As Nullable(Of Integer) = Nothing, Optional createdOn As DateTimeOffset = Nothing, Optional lastUpdatedOn As DateTimeOffset = Nothing, Optional kind As DocumentOperationKind = Nothing, Optional resourceLocation As Uri = Nothing, Optional tags As IReadOnlyDictionary(Of String, String) = Nothing, Optional serviceVersion As String = Nothing) As OperationSummary

パラメーター

operationId
String

操作 ID

status
DocumentOperationStatus

操作の状態。

percentCompleted
Nullable<Int32>

操作の進行状況 (0 から 100)。

createdOn
DateTimeOffset

操作が作成された日時 (UTC)。

lastUpdatedOn
DateTimeOffset

状態が最後に更新された日時 (UTC)。

kind
DocumentOperationKind

操作の種類。

resourceLocation
Uri

この操作の対象となるリソースの URI。

tags
IReadOnlyDictionary<String,String>

モデルに関連付けられているキー値タグ属性の一覧。

serviceVersion
String

この操作の作成に使用されるサービス バージョン。

戻り値

モック作成用の新しい OperationSummary インスタンス。

適用対象