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

FormTrainingClient.GetAccountProperties(CancellationToken) 方法

定义

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

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

适用于