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?: number
Property Value
number
advancedInfo
cacheID
The cache id.
cacheID?: string
Property Value
string
isImageAdultClassified
Indicates if an image is classified as adult.
isImageAdultClassified?: boolean
Property Value
boolean
isImageRacyClassified
Indicates if the image is classified as racy.
isImageRacyClassified?: boolean
Property Value
boolean
racyClassificationScore
The racy classification score.
racyClassificationScore?: number
Property Value
number
result
Evaluate result.
result?: boolean
Property Value
boolean
status
trackingId
The tracking id.
trackingId?: string
Property Value
string