var toolbox_object_detection = {
    "kind": "categoryToolbox",
    "contents": [
        {
            "kind": "category",
            "name": "%{BKY_CAT_OBJECT_DETECTION}",
            "toolboxitemid": "OBJECT_DETECTION",
            "levels": "1,2,3",
            "level": "1",
            "categorystyle": "object_detection_category",
            "cssConfig": {
                // "icon": "customIcon fas fa-microchip"
                "icon": "customIcon fas fa-play",
            },
            "contents": [
                    { "kind": "block", "type": "javascript_setup" },
                    { "kind": "block", "type": "ai_stop" },
                    {
      "kind": "block",
      "type": "object_turn_on_video"
    },
    {
      "kind": "block",
      "type": "object_bounding_box"
    },
    {
      "kind": "block",
      "type": "object_detection_threshold"
    },
    {
      "kind": "block",
      "type": "object_analyze_image"
    },
    {
      "kind": "block",
      "type": "object_get_count"
    },
    {
      "kind": "block",
      "type": "object_get_class_by_index"
    },
    {
      "kind": "block",
      "type": "object_is_class_detected"
    },
    {
      "kind": "block",
      "type": "object_get_number_of_class"
    },

                   
            ]
        }
    ]
}
