AdultInfo interface

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

Properties

adultScore

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

goreScore

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

isAdultContent

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

isGoryContent

A value indicating if the image is gory.

isRacyContent

A value indicating if the image is racy.

racyScore

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

Property Details

adultScore

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

adultScore?: undefined | number

Property Value

undefined | number

goreScore

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

goreScore?: undefined | number

Property Value

undefined | number

isAdultContent

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

isAdultContent?: undefined | false | true

Property Value

undefined | false | true

isGoryContent

A value indicating if the image is gory.

isGoryContent?: undefined | false | true

Property Value

undefined | false | true

isRacyContent

A value indicating if the image is racy.

isRacyContent?: undefined | false | true

Property Value

undefined | false | true

racyScore

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

racyScore?: undefined | number

Property Value

undefined | number