Microsoft Cognitive Services Speech SDK Samples
released this
17 Jun 04:53
Update batch transcription sample to use v3.0 version (#686)
* Update c# sample to use v3 API.
* Remove unnecessary usings
* Improved readability
Fixed comment
* - proper paginating through transcriptions.
- add section in to reference from azure docs.
* Fixed code after testing it
* - switched to new project format
- using package references
- updated to .net 4.7.2
- fixed comments
- sorted usings
- moved usings into namespace declaration consistently
* Fixed grammar issue in comment
Co-authored-by: BrianMouncer <[email protected]>