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

ExtractiveSummarySentencesOrder(String)

Initializes a new instance of ExtractiveSummarySentencesOrder.

Properties

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

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

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