Azure Speech Recognition in Angular 12 | Real-Time Transcription and Translation

Azure Speech Recognition functionality of the Cognitive Service in Angular application, Let’s develop a feature in our Angular application where user can input voice and Azure Speech Cognitive Service converts input voice into text string as a result (or list of results) as well as this tutorial also helps you to integrate Azure Speech cognitive …

Azure Speech Recognition in Angular 12 | Real-Time Transcription and Translation Read More »

Angular component testing with @input and @output

Angular component testing with @input @outout and service, Angular comes built-in with Jasmine and karma so testing is really easy. Jasmine is a testing (Behavior Driven Development) framework and karma is the runner.

Scroll to Top