severity property
Harm severity levels in the content.
Output only. Possible string values are:
- "HARM_SEVERITY_UNSPECIFIED" : Harm severity unspecified.
- "HARM_SEVERITY_NEGLIGIBLE" : Negligible level of harm severity.
- "HARM_SEVERITY_LOW" : Low level of harm severity.
- "HARM_SEVERITY_MEDIUM" : Medium level of harm severity.
- "HARM_SEVERITY_HIGH" : High level of harm severity.
Implementation
core.String? severity;