# Detect faces — Watson Visual Recognition Botize method — `watson_vrecognition.get_detect_faces` (action). Detect faces in an image with IBM Watson Visual Recognition. This is an action: it runs as a step of a task. Several can be chained. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `url` *(string)* — Image URL - `threshold` *(string, one of: "0"; "0.1"; "0.2"; "0.3"; "0.4"; "0.5"; "0.6"; "0.7"; "0.8"; "0.9"; "1")* — Minimum score a class must have to be displayed in the response *(Fields derived from the configuration form.)* ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{age_max}}` *(text)* — Age max - `{{age_min}}` *(text)* — Age min - `{{gender}}` *(text)* — Gender ## Account Needs a connected Watson Visual Recognition account in Botize: https://botize.com/en/app/watson_vrecognition/authenticate ## This app Every trigger and action for Watson Visual Recognition: https://botize.com/en/app/watson_vrecognition.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/method/watson_vrecognition/get_detect_faces