ExtractiveSummarySentence 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.
A sentence extracted from a given document as a result of performing extractive summarization on it. The sentence receives a rank score based on its relevance, as determined by the service.
public readonly struct ExtractiveSummarySentence
type ExtractiveSummarySentence = struct
Public Structure ExtractiveSummarySentence
- Inheritance
-
ExtractiveSummarySentence
Properties
Length |
The length of the sentence as it appears in the original document. |
Offset |
The starting position of the sentence as it appears in the original document. |
RankScore |
The score between 0.0 and 1.0 indicating the relevance of the sentence to the input document, as determined by the service. |
Text |
The text of the sentence as it appears in the input document. |
Applies to
Azure SDK for .NET