ExtractiveSummarySentencesOrder Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET