Versions Compared

Key

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

...

ValueDescription
GGT1Violence and gore.
GGT2Criminal.
GGT3Drugs and alcohol.
GGT4Sexually charged.
GGT5Profanity and vulgarity.
GGT6Hate speech, harassment, and cyberbullying.
GGT7Disasters.
GGT8Malware and phishing.
GGT9Medical.


The level of confidence in the Threat category designation is indicated as follows
AttributeConfidence Level
confidenceVERY_LOW
LOW
MODERATE
HIGH
VERY_HIGH


The level of risk in the Threat category designation is indicated as follows
AttributeConfidence Level
riskLOW
MEDIUM
HIGH


Syntax


Div
stylefont-size: small;


Code Block
"threats": [
 {
  "id": "<Threat Category ID>",
  "category": "<Threat Category Name>",
  "confidence": "<Level>",
  "risk": "<Level>"
 }
]



Example


Div
stylefont-size: small;


Code Block
    "threats": [
      {
        "id": "GGT7",
        "category": "Disasters",
        "confidence": "MODERATE",
        "risk": "MEDIUM"
      }



Data Type

Array of objects
RequiredIncluded only if threats are detected. If no threats are detected, the threats array is empty.
More Information/wiki/spaces/VDOC/pages/930545669

...