{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Custom Speech Datasets for Model Adaptation: API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Custom Speech Datasets for Model Adaptation:", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets A List Of Supported Locales For Datasets", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/locales" }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets A List Of Datasets For The Authenticated Subscription", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets" }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Uploads And Creates A New Dataset By Getting The Data From A Specified Url", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets" }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets The Dataset Identified By The Given Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the dataset." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Updates The Mutable Details Of The Dataset Identified By Its Id", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/datasets/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the dataset." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Deletes The Specified Dataset", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datasets/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the dataset." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Uploads Data And Creates A New Dataset", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/upload" }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets The Files Of The Dataset Identified By The Given Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/files", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the dataset." }, { "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 A Dataset Identified With Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/files/:fileId", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the dataset." }, { "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 List Of Uploaded Blocks For This Dataset", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/blocks", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the dataset." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Upload A Block Of Data For The Dataset The Maximum Size Of The Block Is 8mib", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datasets/:id/blocks", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the dataset." }, { "name": "blockid", "value": "", "type": "query", "description": "A valid Base64 string value that identifies the block. Prior to encoding, the string must be less than or equal to 64 bytes in size. For a given blob, the length of the value specified for the blockid parameter must be the same size for each block. Note that the Base64 string must be URL-encoded." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Commit Block List To Complete The Upload Of The Dataset", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:id/blocks:commit", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the dataset." } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }