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?: 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