Package version:

Interface SummarySentence

A sentence that is part of the extracted summary.

Hierarchy

  • SummarySentence

Properties

length: number

The length of the sentence.

offset: number

The sentence offset from the start of the document, based on the value of the parameter StringIndexType.

rankScore: number

A double value representing the relevance of the sentence within the summary. Higher values indicate higher importance.

text: string

The extracted sentence text.

Generated using TypeDoc