{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Custom Speech Models: API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Custom Speech Models:", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets A List Of Supported Locales For Model Adaptation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/models/locales" }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets The List Of Models For The Authenticated Subscription", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/models" }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Creates A New Model", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/models" }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets The Model Identified By The Given Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/models/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the model." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Updates The Metadata Of The Model Identified By The Given Id", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/models/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the model." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Deletes The Model Identified By The Given Id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/models/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the model." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets The List Of Base Models For The Authenticated Subscription", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/models/base", "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 Gets The Base Model Identified By The Given Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/models/base/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the base model." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Copies A Model From One Subscription To Another", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/models/:id/copyto", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the model that will be copied." } ] }, "docs": "This method can be used to copy a model from one location to another. If the target subscription
key belongs to a subscription created for another location, the model will be copied to that location.
Only adapted models are allowed to copy to another subscription." }, { "info": { "name": "Microsoft Azure Returns An Manifest For This Model Which Can Be Used In An On Premise Container", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/models/:id/manifest", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the model to generate a manifest for." }, { "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 Returns An Manifest For This Base Model Which Can Be Used In An On Premise Container", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/models/base/:id/manifest", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the model to generate a manifest for." }, { "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 Copies A Model From One Subscription To Another", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/models/:id:copyto", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the model that will be copied." } ] }, "docs": "This method can be used to copy a model from one location to another. If the target subscription
key belongs to a subscription created for another location, the model will be copied to that location.
Only adapted models are allowed to copy to another subscription." }, { "info": { "name": "Microsoft Azure Gets The Files Of The Model Identified By The Given Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/models/:id/files", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the model." }, { "name": "sasValidityInSeconds", "value": "", "type": "query", "description": "The duration in seconds that an SAS url should be valid. The default duration is 12 hours. 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." }, { "name": "filter", "value": "", "type": "query", "description": "A filtering expression for selecting a subset of the available files.\r\n - Supported properties: name, createdDateTime, kind.\r\n - Operators:\r\n - eq, ne are supported for all properties.\r\n - gt, ge, lt, le are supported for createdDateTime.\r\n - and, or, not are supported.\r\n - Example:\r\n filter=name eq 'myaudio.wav' and kind eq 'Audio'" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets One Specific File Identified With Fileid From A Model Identified With Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/models/:id/files/:fileId", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the model." }, { "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. 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 Copies A Model From One Subscription To Another", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/models/:id:copy", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the model that will be copied." } ] }, "docs": "This method can be used to copy a model from this speech resource to a target one.
The authorization is obtained on the target speech resource.
Only custom models can be copied to another speech resource." }, { "info": { "name": "Microsoft Azure Allows Another Speech Resource Source To Copy A Model To This Speech Resource Target", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/models:authorizecopy" }, "docs": "This method can be used to allow copying a model from another speech resource.
Only custom models can be copied from another speech resource." } ] } ], "bundled": true }