Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 865 Bytes

File metadata and controls

11 lines (7 loc) · 865 Bytes

Examples to use the Speech Services Batch Transcription API

Speech Service Batch Transcription is designed to handle a large number of audio fragments in storage, such as Azure Blobs. The functionality is exposed through a REST API and is easy to access from many programming languages. The samples here do NOT require the installation of the Cognitive Service Speech SDK, but use the REST API directly or through additional helper libraries.

For a detailed explanation see the batch transcription documentation and the README.md in the language specific subdirectories.

Available samples:

Language Directory Description
C# csharp C# calling batch transcription REST API through System.Net.Http