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

CloudAiLargeModelsVisionRaiInfo

import type { CloudAiLargeModelsVisionRaiInfo } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
interface CloudAiLargeModelsVisionRaiInfo {
raiCategories?: string[];
scores?: number[];
}

§Properties

§
raiCategories?: string[]
[src]

List of rai categories' information to return

§
scores?: number[]
[src]

List of rai scores mapping to the rai categories. Rounded to 1 decimal place.