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

AnalyzeActionsResult.SingleLabelClassifyResults Property

Definition

Determines the collection of SingleLabelClassifyActionResult.

public System.Collections.Generic.IReadOnlyCollection<Azure.AI.TextAnalytics.SingleLabelClassifyActionResult> SingleLabelClassifyResults { get; }
member this.SingleLabelClassifyResults : System.Collections.Generic.IReadOnlyCollection<Azure.AI.TextAnalytics.SingleLabelClassifyActionResult>
Public ReadOnly Property SingleLabelClassifyResults As IReadOnlyCollection(Of SingleLabelClassifyActionResult)

Property Value

Applies to