Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RescoreResult

import type { RescoreResult } from "https://aws-api.deno.dev/v0.4/services/kendraranking.ts?docs=full";
interface RescoreResult {
RescoreId?: string | null;
ResultItems?: RescoreResultItem[] | null;
}

§Properties

§
RescoreId?: string | null
[src]

The identifier associated with the scores that Amazon Kendra Intelligent Ranking gives to the results. Amazon Kendra Intelligent Ranking rescores or re-ranks the results for the search service.

§
ResultItems?: RescoreResultItem[] | null
[src]

A list of result items for documents with new relevancy scores. The results are in descending order.