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

ClassifyDocumentOperation.GetValues(CancellationToken) Method

Definition

Gets the final result of the long-running operation in synchronously.

public override Azure.Pageable<Azure.AI.TextAnalytics.ClassifyDocumentResultCollection> GetValues(System.Threading.CancellationToken cancellationToken = default);
override this.GetValues : System.Threading.CancellationToken -> Azure.Pageable<Azure.AI.TextAnalytics.ClassifyDocumentResultCollection>
Public Overrides Function GetValues (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ClassifyDocumentResultCollection)

Parameters

cancellationToken
CancellationToken

Returns

Remarks

Operation must complete successfully (HasValue is true) for it to provide values.

Applies to