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

GoogleCloudAiplatformV1SchemaPredictParamsImageSegmentationPredictionParams

import type { GoogleCloudAiplatformV1SchemaPredictParamsImageSegmentationPredictionParams } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Prediction model parameters for Image Segmentation.

interface GoogleCloudAiplatformV1SchemaPredictParamsImageSegmentationPredictionParams {
confidenceThreshold?: number;
}

§Properties

§
confidenceThreshold?: number
[src]

When the model predicts category of pixels of the image, it will only provide predictions for pixels that it is at least this much confident about. All other pixels will be classified as background. Default value is 0.5.