{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Imageanalysis:analyze API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Imageanalysis:analyze", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Post Imageanalysis:analyze", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/imageanalysis:analyze", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "features", "value": "", "type": "query", "description": "A list of visual features to analyze.\nSeven visual features are supported: Caption, DenseCaptions, Read (OCR), Tags, Objects, SmartCrops, and People.\nAt least one visual feature must be specified." }, { "name": "language", "value": "", "type": "query", "description": "The desired language for result generation (a two-letter language code).\nIf this option is not specified, the default value 'en' is used (English).\nSee https://aka.ms/cv-languages for a list of supported languages." }, { "name": "gender-neutral-caption", "value": "", "type": "query", "description": "Boolean flag for enabling gender-neutral captioning for Caption and Dense Captions features.\nBy default captions may contain gender terms (for example: 'man', 'woman', or 'boy', 'girl'). \nIf you set this to \"true\", those will be replaced with gender-neutral terms (for example: 'person' or 'child')." }, { "name": "smartcrops-aspect-ratios", "value": "", "type": "query", "description": "A list of aspect ratios to use for smart cropping.\nAspect ratios are calculated by dividing the target crop width in pixels by the height in pixels.\nSupported values are between 0.75 and 1.8 (inclusive).\nIf this parameter is not specified, the service will return one crop region with an aspect\nratio it sees fit between 0.5 and 2.0 (inclusive)." }, { "name": "model-version", "value": "", "type": "query", "description": "The version of cloud AI-model used for analysis.\nThe format is the following: 'latest' (default value) or 'YYYY-MM-DD' or 'YYYY-MM-DD-preview', where 'YYYY', 'MM', 'DD' are the year, month and day associated with the model.\nThis is not commonly set, as the default always gives the latest AI model with recent improvements.\nIf however you would like to make sure analysis results do not change over time, set this value to a specific model version." } ] }, "docs": "Performs a single Image Analysis operation" } ] } ], "bundled": true }