Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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
Python python Python client calling batch transcription REST API