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

CloudAiLargeModelsVisionSemanticFilterResponse

import type { CloudAiLargeModelsVisionSemanticFilterResponse } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
interface CloudAiLargeModelsVisionSemanticFilterResponse {
passedSemanticFilter?: boolean;
}

§Properties

§

Class labels of the bounding boxes that failed the semantic filtering. Bounding box coordinates.

§
passedSemanticFilter?: boolean
[src]

This response is added when semantic filter config is turned on in EditConfig. It reports if this image is passed semantic filter response. If passed_semantic_filter is false, the bounding box information will be populated for user to check what caused the semantic filter to fail.