You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Add web hooks to custom speech sample (#705)
* 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
* Added webhook client and example and webhook receiver
* Fix compile issue
Added / update readmes
* Show invocationid too
* Make Main oldschool again
* Removed duplicated files
Fixed readme
Moved files to correct location
Added comments in code
Co-authored-by: BrianMouncer <48774897+BrianMouncer@users.noreply.github.com>