Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

Verity analyzes content for threat categories. If a threat category is detected, the threat category is listed in the analysis results along with a confidence level.

Threat risk levels are:

  • VERY_HIGH

  • HIGH

  • MODERATE

  • LOW

  • VERY_LOW

For example:

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

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

Clients can use these “confidence” levels when assigning thresholds for risk tolerance, as discussed in What are Verity’s brand safety capabilities? 

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

...