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

XPSVisionErrorAnalysisConfig

import type { XPSVisionErrorAnalysisConfig } from "https://googleapis.deno.dev/v1/language:v2.ts";

The vision model error analysis configuration. Next tag: 3

interface XPSVisionErrorAnalysisConfig {
exampleCount?: number;
queryType?:
| "QUERY_TYPE_UNSPECIFIED"
| "QUERY_TYPE_ALL_SIMILAR"
| "QUERY_TYPE_SAME_CLASS_SIMILAR"
| "QUERY_TYPE_SAME_CLASS_DISSIMILAR";
}

§Properties

§
exampleCount?: number
[src]

The number of query examples in error analysis.

§
queryType?: "QUERY_TYPE_UNSPECIFIED" | "QUERY_TYPE_ALL_SIMILAR" | "QUERY_TYPE_SAME_CLASS_SIMILAR" | "QUERY_TYPE_SAME_CLASS_DISSIMILAR"
[src]

The query type used in retrieval. The enum values are frozen in the foreseeable future.