Evaluate interface
Evaluate response object.
Properties
| adult |
The adult classification score. |
| advanced |
The advanced info. |
| cacheID | The cache id. |
| is |
Indicates if an image is classified as adult. |
| is |
Indicates if the image is classified as racy. |
| racy |
The racy classification score. |
| result | Evaluate result. |
| status | The evaluate status |
| tracking |
The tracking id. |
Property Details
adultClassificationScore
The adult classification score.
adultClassificationScore?: undefined | number
Property Value
undefined | number
advancedInfo
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
trackingId
The tracking id.
trackingId?: undefined | string
Property Value
undefined | string