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

ExtractiveSummarySentencesOrder Struct

Definition

The order in which the extracted sentences will be returned in the result of extractive summarization.

public readonly struct ExtractiveSummarySentencesOrder : IEquatable<Azure.AI.TextAnalytics.ExtractiveSummarySentencesOrder>
type ExtractiveSummarySentencesOrder = struct
Public Structure ExtractiveSummarySentencesOrder
Implements IEquatable(Of ExtractiveSummarySentencesOrder)
Inheritance
ExtractiveSummarySentencesOrder
Implements

Constructors

Name Description
ExtractiveSummarySentencesOrder(String)

Initializes a new instance of ExtractiveSummarySentencesOrder.

Properties

Name Description
Offset

Indicates that results should be sorted in order of appearance in the text.

Rank

Indicates that results should be sorted in order of importance (i.e. rank score) according to the model.

Methods

Name Description
Equals(ExtractiveSummarySentencesOrder)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ExtractiveSummarySentencesOrder, ExtractiveSummarySentencesOrder)

Determines if two ExtractiveSummarySentencesOrder values are the same.

Implicit(String to ExtractiveSummarySentencesOrder)

Converts a string to a ExtractiveSummarySentencesOrder.

Inequality(ExtractiveSummarySentencesOrder, ExtractiveSummarySentencesOrder)

Determines if two ExtractiveSummarySentencesOrder values are not the same.

Applies to