improved

Weighted Audio AI tags

We added the weight key on Audio AI tags of a resource. This weight key will only appears in the response for all Audio AI tag categories, except Augmented Keywords which does not have this information.

Example:

"tag_categories": [
  {  
    "uuid": "4729da4e-ebe4-45d8-a09f-5b950ea890ff",  
    "name": "Instruments",  
    "tags": [  
      {  
        "uuid": "6ed82a4f-7060-4945-9559-ff4f80d304b5",  
        "name": "Electric Guitar",  
        "weight": 92  
      },  
      {  
        "uuid": "dfdf39f7-fb7a-4e3d-9ecb-95b0a269f759",  
        "name": "Percussion",  
        "weight": 96  
      }  
    ]  
  },
  ...
]