violence property

String? violence
getter/setter pair

Likelihood that this image contains violent content.

Violent content may include death, serious harm, or injury to individuals or groups of individuals. Possible string values are:

  • "UNKNOWN" : Unknown likelihood.
  • "VERY_UNLIKELY" : It is very unlikely.
  • "UNLIKELY" : It is unlikely.
  • "POSSIBLE" : It is possible.
  • "LIKELY" : It is likely.
  • "VERY_LIKELY" : It is very likely.

Implementation

core.String? violence;