racy property

String? racy
getter/setter pair

Likelihood that the request image contains racy content.

Racy content may include (but is not limited to) skimpy or sheer clothing, strategically covered nudity, lewd or provocative poses, or close-ups of sensitive body areas. 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? racy;