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

Version 1 Next »

Note that confidence levels represent the risk potential of unsafe content within a page, video, image, or text string.

In traditional statistical measures, confidence in observed results may be assessed according to the number of samples involved in a test. Larger scale sampling leads to a higher confidence score. However, Verity confidence levels are not related to the quantity of sample data. The goal of Verity threat levels is to determine whether it is safe to display ads on a given page or video. For example, a result “confidence”: “VERY_LOW” should be interpreted as Verity identifying a very low risk for that category within the content, with a high level of confidence. 

Structure

{
  "id": "<Threat category ID>",
  "category": "<Threat category Name>",
  "confidence": “<VALUE>”
}

Example

"threats": [

  {
    "id": "GGT6",
    "category": "Hate speech, harassment, and
      cyberbullying",
    "confidence": "VERY_HIGH"
  },

  {
    "id": "GGT1",
    "category": "Violence and gore",
    "confidence": "HIGH"
  }
]


  • No labels