Share via


FormTrainingClient.GetAccountProperties(CancellationToken) メソッド

定義

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

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象