{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Custom Speech Transcriptions: API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Custom Speech Transcriptions:", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets A List Of Supported Locales For Offline Transcriptions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/transcriptions/locales" }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets A List Of Transcriptions For The Authenticated Subscription", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/transcriptions", "params": [ { "name": "skip", "value": "", "type": "query", "description": "Number of transcriptions that will be skipped." }, { "name": "take", "value": "", "type": "query", "description": "Number of transcriptions that will be included after skipping." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Creates A New Transcription", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/transcriptions" }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets The Transcription Identified By The Given Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/transcriptions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the transcription." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Updates The Mutable Details Of The Transcription Identified By Its Id", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/transcriptions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the transcription." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Deletes The Specified Transcription Task", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/transcriptions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the transcription." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets The Files Of The Transcription Identified By The Given Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/transcriptions/:id/files", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the transcription." }, { "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 Transcription Identified With Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/transcriptions/:id/files/:fileId", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the transcription." }, { "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." } ] } ], "bundled": true }