{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Custom Speech Model Evaluations: API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Custom Speech Model Evaluations:", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets A List Of Supported Locales For Evaluations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/evaluations/locales" }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets The List Of Evaluations For The Authenticated Subscription", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/evaluations", "params": [ { "name": "skip", "value": "", "type": "query", "description": "Number of datasets that will be skipped." }, { "name": "top", "value": "", "type": "query", "description": "Number of datasets that will be included after skipping." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Creates A New Evaluation", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/evaluations" }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets The Files Of The Evaluation Identified By The Given Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/evaluations/:id/files", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the evaluation." }, { "name": "sasValidityInSeconds", "value": "", "type": "query", "description": "The duration in seconds that an SAS url should be valid. The default duration is 12 hours.\r\n When using BYOS (https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-encryption-of-data-at-rest#bring-your-own-storage-byos-for-customization-and-logging): A value of 0 means that a plain blob URI without SAS token will be generated." }, { "name": "skip", "value": "", "type": "query", "description": "Number of datasets that will be skipped." }, { "name": "top", "value": "", "type": "query", "description": "Number of datasets that will be included after skipping." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets One Specific File Identified With Fileid From An Evaluation Identified With Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/evaluations/:id/files/:fileId", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the evaluation." }, { "name": "fileId", "value": "", "type": "path", "description": "The identifier of the file." }, { "name": "sasValidityInSeconds", "value": "", "type": "query", "description": "The duration in seconds that an SAS url should be valid. The default duration is 12 hours.\r\n When using BYOS (https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-encryption-of-data-at-rest#bring-your-own-storage-byos-for-customization-and-logging): A value of 0 means that a plain blob URI without SAS token will be generated." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets The Evaluation Identified By The Given Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/evaluations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the evaluation." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Updates The Mutable Details Of The Evaluation Identified By Its Id", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/evaluations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the evaluation." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Deletes The Evaluation Identified By The Given Id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/evaluations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the evaluation." } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }