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?: number
Property Value
number
goreScore
Score from 0 to 1 that indicates how gory is the image.
goreScore?: number
Property Value
number
isAdultContent
A value indicating if the image contains adult-oriented content.
isAdultContent?: boolean
Property Value
boolean
isGoryContent
A value indicating if the image is gory.
isGoryContent?: boolean
Property Value
boolean
isRacyContent
A value indicating if the image is racy.
isRacyContent?: boolean
Property Value
boolean
racyScore
Score from 0 to 1 that indicates how suggestive is the image.
racyScore?: number
Property Value
number