Share via


FormTrainingClient.GetAccountPropertiesAsync(CancellationToken) メソッド

定義

この Cognitive Services アカウントでトレーニングされたモデルの数とアカウントの制限を取得します。

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.AI.FormRecognizer.Training.AccountProperties>> GetAccountPropertiesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAccountPropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.AI.FormRecognizer.Training.AccountProperties>>
override this.GetAccountPropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.AI.FormRecognizer.Training.AccountProperties>>
Public Overridable Function GetAccountPropertiesAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AccountProperties))

パラメーター

cancellationToken
CancellationToken

CancellationToken要求の有効期間を制御する 。

戻り値

Response<T>操作の結果を表す 。 これは、アカウント プロパティを含む に AccountProperties キャストできます。

適用対象