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

GoogleCloudDatalabelingV1beta1BoundingBoxEvaluationOptions

import type { GoogleCloudDatalabelingV1beta1BoundingBoxEvaluationOptions } from "https://googleapis.deno.dev/v1/datalabeling:v1beta1.ts";

Options regarding evaluation between bounding boxes.

interface GoogleCloudDatalabelingV1beta1BoundingBoxEvaluationOptions {
iouThreshold?: number;
}

§Properties

§
iouThreshold?: number
[src]

Minimum intersection-over-union (IOU) required for 2 bounding boxes to be considered a match. This must be a number between 0 and 1.