Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

The following example JSON is returned for the video http://content.jwplatform.com/videos/00D9qbqJ-320.mp4. See the JSON Response Reference for definitions of the fields in the response.

{
  "uuid": "ccc71550-88e9-4ff2-9b46-fc204610e613",
  "url": "http://content.jwplatform.com/videos/00D9qbqJ-320.mp4",
  "data": {
    "languageCode": "en",
    "iab": {
      "v2": [
        {
          "id": "483",
          "category": "Sports",
          "score": 0.53
        },
        {
          "id": "515",
          "category": "Ice Hockey",
          "score": 0.26,
          "parent": {
            "id": "483",
            "category": "Sports"
          }
        },
        {
          "id": "533",
          "category": "Soccer",
          "score": 0.15,
          "parent": {
            "id": "483",
            "category": "Sports"
          }
        }
      ]
    },
    "keywords": [
      "cbc news",
      "ayers",
      "david",
      "nhl",
      "dallas",
      "toronto",
      "hurricanes",
      "hollywood",
      "anderson",
      "leafs",
      "david man.",
      "the toronto maple leafs",
      "marta gebre selassie's",
      "kidney transplant",
      "the carolina hurricanes"
    ],
    "safe": true,
    "threats": [
      {
        "id": "GGT9",
        "category": "Medical",
        "confidence": "HIGH"
      }
    ],
    "sentiments": [
      {
        "sentiment": "neutral",
        "score": 0.48
      },
      {
        "sentiment": "positive",
        "score": 0.45
      },
      {
        "sentiment": "negative",
        "score": 0.06
      }
    ],
    "processedAt": "2020-10-01T01:39:10.836Z"
  }
}



  • No labels