AdultInfo interface
An object describing whether the image contains adult-oriented content and/or is racy.
Properties
| adult |
Score from 0 to 1 that indicates how much the content is considered adult-oriented within the image. |
| gore |
Score from 0 to 1 that indicates how gory is the image. |
| is |
A value indicating if the image contains adult-oriented content. |
| is |
A value indicating if the image is gory. |
| is |
A value indicating if the image is racy. |
| racy |
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