SummarySentence interface

A sentence that is part of the extracted summary.

Properties

length

The length of the sentence.

offset

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

rankScore

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

text

The extracted sentence text.

Property Details

length

The length of the sentence.

length: number

Property Value

number

offset

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

offset: number

Property Value

number

rankScore

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

rankScore: number

Property Value

number

text

The extracted sentence text.

text: string

Property Value

string