You're looking at a specific version of this model. Jump to the model overview.
jigsawstack /object-detection:de6f98ce
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
url |
string
|
The image URL. Not required if file_store_key is specified.
|
|
file_store_key |
string
|
The key used to store the image on JigsawStack file Storage. Not required if url is specified.
|
|
prompts |
array
|
Array of prompts for targeted object detection. Each prompt must be between 1-150 characters.
|
|
features |
array
|
['object_detection', 'gui']
|
Array of features to enable. Available options: object_detection, gui. Must contain at least one feature.
|
annotated_image |
boolean
|
False
|
Whether to return an annotated image with detected objects highlighted.
|
return_type |
None
|
url
|
Format for returning images. Available options: url, base64.
|
api_key |
string
|
🔐 Your JigsawStack API Key (required)
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}