ClassificationResponse Data Type

Properties
name data type description
classifications array of Classification

Example

{
  "classifications" : [ {
    "uri" : "...",
    "label" : "..."
  }, {
    "uri" : "...",
    "label" : "..."
  } ]
}