Taxonomy

Sensing (Perceptive AI)

Taxonomy/Functional Modes

Sensing (Perceptive AI)

Sensing (Perceptive AI)

Senses — turns raw camera, microphone, or scanned-document signals into structured detections, transcriptions, or extracted fields. The system reads pixels, audio, or document images and returns things the rest of the pipeline can use. Examples: detecting a vehicle in a camera frame, transcribing a spoken sentence, reading the fields off a paper form.

  • Description

Playground

Try the element with your own values, contexts, and color modes.

Context
Style

Raw JSON

Live API response from GET /schemas/ai@2026-05-06-beta/elements/perceptive_mode.

element "perceptive_mode"43 lines
{
  "id": "perceptive_mode",
  "category_id": "functional_modes",
  "title": [
    {
      "locale": "en",
      "value": "Sensing (Perceptive AI)"
    }
  ],
  "description": [
    {
      "locale": "en",
      "value": "Senses — turns raw camera, microphone, or scanned-document signals into structured detections, transcriptions, or extracted fields. The system reads pixels, audio, or document images and returns things the rest of the pipeline can use. Examples: detecting a vehicle in a camera frame, transcribing a spoken sentence, reading the fields off a paper form."
    }
  ],
  "authoring_guidance": [],
  "examples": [],
  "sources": [],
  "symbol_id": "mode_perceptive",
  "variables": [
    {
      "id": "additional_description",
      "label": [
        {
          "locale": "en",
          "value": "Description"
        }
      ],
      "required": false
    }
  ],
  "shape": "hexagon",
  "icon_variants": [
    "default",
    "dark",
    "human_decides",
    "human_decides.dark",
    "human_executes",
    "human_executes.dark",
    "autonomous",
    "autonomous.dark"
  ]
}