Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AdultInfo

Package version

An object describing whether the image contains adult-oriented content and/or is racy.

Hierarchy

  • AdultInfo

Index

Properties

Optional adultScore

adultScore: undefined | number

Score from 0 to 1 that indicates how much the content is considered adult-oriented within the image.

Optional goreScore

goreScore: undefined | number

Score from 0 to 1 that indicates how gory is the image.

Optional isAdultContent

isAdultContent: undefined | false | true

A value indicating if the image contains adult-oriented content.

Optional isGoryContent

isGoryContent: undefined | false | true

A value indicating if the image is gory.

Optional isRacyContent

isRacyContent: undefined | false | true

A value indicating if the image is racy.

Optional racyScore

racyScore: undefined | number

Score from 0 to 1 that indicates how suggestive is the image.

Generated using TypeDoc