Freigeben über


FormTrainingClient.GetAccountProperties(CancellationToken) Methode

Definition

Ruft die Anzahl von Modellen ab, die für dieses Cognitive Services-Konto trainiert wurden, und die Kontolimits.

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)

Parameter

cancellationToken
CancellationToken

Ein CancellationToken , der die Anforderungsdauer steuert.

Gibt zurück

Ein Response<T> , der das Ergebnis des Vorgangs darstellt. Es kann in ein AccountProperties umgewandelt werden, das die Kontoeigenschaften enthält.

Gilt für: