probability property

String? probability
getter/setter pair

Harm probability levels in the content.

Output only. Possible string values are:

  • "HARM_PROBABILITY_UNSPECIFIED" : Harm probability unspecified.
  • "NEGLIGIBLE" : Negligible level of harm.
  • "LOW" : Low level of harm.
  • "MEDIUM" : Medium level of harm.
  • "HIGH" : High level of harm.

Implementation

core.String? probability;