Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LogQueryResponseResultDocumentsResult

Each object in the results array corresponds to an individual document returned by the original query.

Hierarchy

  • LogQueryResponseResultDocumentsResult

Index

Properties

Optional collection_id

collection_id: string

The collection_id of the document represented by this result.

Optional confidence

confidence: number

The confidence score of the result's analysis. A higher score indicating greater confidence.

Optional document_id

document_id: string

The document_id of the document that this result represents.

Optional position

position: number

The result rank of this document. A position of 1 indicates that it was the first returned result.

Optional score

score: number

The raw score of this result. A higher score indicates a greater match to the query parameters.

Generated using TypeDoc