---
title: "TensorFlow COCO-SSD Detect"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/tensorflow/tensorflowcocossddetect
markdown: https://docs.nodetool.ai/nodes/lib/tensorflow/tensorflowcocossddetect.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/tensorflow/tensorflowcocossddetect.md
---

# TensorFlow COCO-SSD Detect

**Type:** `lib.tensorflow.CocoSsdDetect`

**Namespace:** `lib.tensorflow`

## Description

Detect objects in an image using the COCO-SSD model from TensorFlow.js, returning class, score, and bounding box per detection.
    tensorflow, object-detection, coco, ssd, bounding-box

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| max_detections | `int` | Maximum number of detections to return | `20` |
| min_score | `float` | Minimum confidence score (0–1) to keep a detection | `0.5` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `list` |  |

## Related Nodes

Browse other nodes in the [lib.tensorflow](./) namespace.
