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

Evidence

import type { Evidence } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";

Details the evidence used to determine the relevance verdict.

interface Evidence {
commonThemes?: string[];
distinctThemes?: string[];
}

§Properties

§
commonThemes?: string[]
[src]

A list of semantic themes or concepts found to be common, related, or aligned between the sources, supporting the verdict.

§
distinctThemes?: string[]
[src]

A list of semantic themes or descriptions unique to one source or semantically distant.