Evaluate interface

Evaluate response object.

Properties

adultClassificationScore

The adult classification score.

advancedInfo

The advanced info.

cacheID

The cache id.

isImageAdultClassified

Indicates if an image is classified as adult.

isImageRacyClassified

Indicates if the image is classified as racy.

racyClassificationScore

The racy classification score.

result

Evaluate result.

status

The evaluate status

trackingId

The tracking id.

Property Details

adultClassificationScore

The adult classification score.

adultClassificationScore?: undefined | number

Property Value

undefined | number

advancedInfo

The advanced info.

advancedInfo?: KeyValuePair[]

Property Value

cacheID

The cache id.

cacheID?: undefined | string

Property Value

undefined | string

isImageAdultClassified

Indicates if an image is classified as adult.

isImageAdultClassified?: undefined | false | true

Property Value

undefined | false | true

isImageRacyClassified

Indicates if the image is classified as racy.

isImageRacyClassified?: undefined | false | true

Property Value

undefined | false | true

racyClassificationScore

The racy classification score.

racyClassificationScore?: undefined | number

Property Value

undefined | number

result

Evaluate result.

result?: undefined | false | true

Property Value

undefined | false | true

status

The evaluate status

status?: Status

Property Value

trackingId

The tracking id.

trackingId?: undefined | string

Property Value

undefined | string