Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryPassages

A passage query result.

Hierarchy

  • QueryPassages

Index

Properties

Optional document_id

document_id: string

The unique identifier of the document from which the passage has been extracted.

Optional end_offset

end_offset: number

The position of the last character of the extracted passage in the originating field.

Optional field

field: string

The label of the field from which the passage has been extracted.

Optional passage_score

passage_score: number

The confidence score of the passages's analysis. A higher score indicates greater confidence.

Optional passage_text

passage_text: string

The content of the extracted passage.

Optional start_offset

start_offset: number

The position of the first character of the extracted passage in the originating field.

Generated using TypeDoc