ExtractiveSummarySentence Struct

Definition

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