{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector :Analyze Text API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": ":Analyze Text", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Request Text Analysis Over A Collection Of Documents", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:analyze-text" }, "docs": "Submit a collection of text documents for analysis. Specify a single unique task to be executed immediately." }, { "info": { "name": "Microsoft Azure Submit Text Analysis Job", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/analyze-text/jobs" }, "docs": "Submit a collection of text documents for analysis. Specify one or more unique tasks to be executed as a long-running operation." }, { "info": { "name": "Microsoft Azure Get Analysis Status And Results", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/analyze-text/jobs/:jobId" }, "docs": "Get the status of an analysis job. A job may consist of one or more tasks. Once all tasks are succeeded, the job will transition to the succeeded state and results will be available for each task." }, { "info": { "name": "Microsoft Azure Cancel A Long Running Text Analysis Job", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/analyze-text/jobs/:jobId:cancel" }, "docs": "Cancel a long-running Text Analysis job." } ] } ], "bundled": true }