ImageModeration

Fuzzily match an image against one of your custom Image Lists. You can create and manage your custom image lists using <a href="/docs/services/578ff44d2703741568569ab9/operations/578ff7b12703741568569abe">this</a> API.

Returns ID and tags of matching image.<br/> <br/> Note: Refresh Index must be run on the corresponding Image List before additions and removals are reflected in the response.

post/contentmoderator/moderate/v1.0/ProcessImage/Match

Query parameters

listIdstring

The list Id.

CacheImageboolean

Whether to retain the submitted image for future use; defaults to false if omitted.

Response

Supported values for tags are:

<ul> <li>101: Nudity</li> <li>102: Sexual Content</li> <li>201: Alcohol</li> <li>202: Tobacco</li> <li>203: Drugs</li> <li>301: Child Exploitation</li> <li>401: Violence</li> <li>402: Weapons</li> <li>403: Gore</li> <li>501: Profanity</li> <li>502: Vulgarity</li> </ul>.
TrackingIdstring

The tracking id.

CacheIDstring

The cache id.

IsMatchboolean

Indicates if there is a match.

Changes