{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector ImageModeration API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "ImageModeration", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Post Contentmoderator Moderate 0 Processimage Findfaces", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/contentmoderator/moderate/v1.0/ProcessImage/FindFaces", "params": [ { "name": "CacheImage", "value": "", "type": "query", "description": "Whether to retain the submitted image for future use. If it's omitted, the default is false." } ] }, "docs": "Returns the list of faces found." }, { "info": { "name": "Microsoft Azure Post Contentmoderator Moderate 0 Processimage Ocr", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/contentmoderator/moderate/v1.0/ProcessImage/OCR", "params": [ { "name": "language", "value": "", "type": "query", "description": "Language of the terms." }, { "name": "CacheImage", "value": "", "type": "query", "description": "Whether to retain the submitted image for future use. If it's omitted, the default is false." }, { "name": "enhanced", "value": "", "type": "query", "description": "When it's set to true, the image goes through additional processing to come with additional candidates.\n\nThe image or TIFF file is not supported when enhanced is set to true.\n\nNote: This affects the response time." } ] }, "docs": "Returns any text found in the image for the specified language. If no language is specified in the input, the detection defaults to English." }, { "info": { "name": "Microsoft Azure Post Contentmoderator Moderate 0 Processimage Evaluate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/contentmoderator/moderate/v1.0/ProcessImage/Evaluate", "params": [ { "name": "CacheImage", "value": "", "type": "query", "description": "Whether to retain the submitted image for future use. If it's omitted, the default is false." } ] }, "docs": "Returns probabilities of the image containing racy or adult content." }, { "info": { "name": "Microsoft Azure Post Contentmoderator Moderate 0 Processimage Match", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/contentmoderator/moderate/v1.0/ProcessImage/Match", "params": [ { "name": "listId", "value": "", "type": "query", "description": "List ID." }, { "name": "CacheImage", "value": "", "type": "query", "description": "Whether to retain the submitted image for future use. If it's omitted, the default is false." } ] }, "docs": "Fuzzily match an image against one of your custom image lists. You can create and manage your custom image lists by using this API.

Returns the ID and tags of a matching image.

Note: You must refresh the index on the corresponding image list to ensure that additions and removals are reflected in the response." } ] } ], "bundled": true }