{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Analyze API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Analyze", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Post Analyze", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/analyze", "params": [ { "name": "visualFeatures", "value": "", "type": "query", "description": "A string indicating what visual feature types to return. Multiple values should be comma-separated. Valid visual feature types include:Categories - categorizes image content according to a taxonomy defined in documentation. Tags - tags the image with a detailed list of words related to the image content. Description - describes the image content with a complete English sentence. Faces - detects if faces are present. If present, generate coordinates, gender and age. ImageType - detects if image is clipart or a line drawing. Color - determines the accent color, dominant color, and whether an image is black&white.Adult - detects if the image is pornographic in nature (depicts nudity or a sex act). Sexually suggestive content is also detected." }, { "name": "details", "value": "", "type": "query", "description": "A string indicating which domain-specific details to return. Multiple values should be comma-separated. Valid visual feature types include:Celebrities - identifies celebrities if detected in the image." }, { "name": "language", "value": "", "type": "query", "description": "The desired language for output generation. If this parameter is not specified, the default value is "en".Supported languages:en - English, Default. es - Spanish, ja - Japanese, pt - Portuguese, zh - Simplified Chinese." } ] }, "docs": "This operation extracts a rich set of visual features based on the image content. Two input methods are supported -- (1) Uploading an image or (2) specifying an image URL. Within your request, there is an optional parameter to allow you to choose which features to return. By default, image categories are returned in the response." }, { "info": { "name": "Microsoft Azure Get Analysis Status And Results", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/analyze/jobs/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "Job ID for Analyze" }, { "name": "showStats", "value": "", "type": "query", "description": "(Optional) if set to true, response will contain request and document level statistics." }, { "name": "$top", "value": "", "type": "query", "description": "(Optional) Set the maximum number of results per task. When both $top and $skip are specified, $skip is applied first." }, { "name": "$skip", "value": "", "type": "query", "description": "(Optional) Set the number of elements to offset in the response. When both $top and $skip are specified, $skip is applied first." } ] }, "docs": "Get the status of an analysis job. A job may consist of one or more tasks. Once all tasks are completed, the job will transition to the completed state and results will be available for each task." } ] } ], "bundled": true }