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

ExtractiveSummarizeOptions.OrderBy Property

Definition

The order in which the extracted sentences will be returned in the result. Use Offset to keep the original order in which the sentences appear in the input document. Use Rank to order them according to their relevance, as determined by the service. If not set, the service default is used.

public Azure.AI.TextAnalytics.ExtractiveSummarySentencesOrder? OrderBy { get; set; }
member this.OrderBy : Nullable<Azure.AI.TextAnalytics.ExtractiveSummarySentencesOrder> with get, set
Public Property OrderBy As Nullable(Of ExtractiveSummarySentencesOrder)

Property Value

Applies to