detect-all-objects
Detect and identify all objects in an image, providing their categories, counts, coordinates, and detailed descriptions using advanced visual analysis for precise object recognition.
Instructions
Analyze an image to detect all identifiable objects, returning the category, count, coordinate positions and detailed descriptions for each object.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
imageFileUri | Yes | URI of the input image. Preferred for remote or local files. Must start with "https://" or "file://". | |
includeDescription | Yes | Whether to return a description of the objects detected in the image, but will take longer to process. |