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

ResultData

import type { ResultData } from "https://aws-api.deno.dev/v0.4/services/wisdom.ts?docs=full";

Information about the result.

interface ResultData {
document: Document;
relevanceScore?: number | null;
resultId: string;
}

§Properties

§
document: Document
[src]

The document.

§
relevanceScore?: number | null
[src]

The relevance score of the results.

§
resultId: string
[src]

The identifier of the result data.