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

ScoreConfidence

import type { ScoreConfidence } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";

Enumeration for query score confidence.

type ScoreConfidence =
| "VERY_HIGH"
| "HIGH"
| "MEDIUM"
| "LOW"
| "NOT_AVAILABLE"

§Type

§
"VERY_HIGH" | "HIGH" | "MEDIUM" | "LOW" | "NOT_AVAILABLE" | cmnP.UnexpectedEnumValue
[src]