你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FormTrainingClient.GetAccountPropertiesAsync(CancellationToken) 方法

定义

获取在此认知服务帐户上训练的模型数和帐户限制。

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 包含帐户属性的 。

适用于