Share via


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