"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

GET /targets/{target_id} no longer reporting reco rating

None of my targets are currently reporting any reco rating. One of my targets spontaneously changed its tracking rating from 4 to 0.

This is a query of an upload of the standard "Chips" target:

{
  "result_code": "Success",
  "transaction_id": "a4c63496557b49d6bd0ec24a61034bfe",
  "target_record": {
    "target_id": "9b482a22f69e4d9dba6176dd3a9562df",
    "active_flag": true,
    "name": "Chips",
    "width": 320.0,
    "tracking_rating": 4,
    "reco_rating": ""
  },
  "status": "success"
}

Hmmm, OK I guess.  Presumably the entry will disappear from the response JSON.

I'll remove support for that field from our TMS.

So, does that mean that the tracking reco is sufficient to provide guidance to users as to the quality of their image for cloud recognition?