spoof property

String? spoof
getter/setter pair

Spoof likelihood.

The likelihood that an modification was made to the image's canonical version to make it appear funny or offensive. 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? spoof;