Let us look how the speech recognition can be implemented on Office 365 SharePoint portals. The article contains the introduction to speech recognition service (speech to text conversion), detailed approach for SharePoint, code and snapshots for easier implementation.
Speech Recognition
Speech recognition helps recognizing the real-time audio
from the microphone and converts it to the respective text. This kind of interfaces
helps in building the voice triggered apps like chat bots, etc.
There are two approaches of implementing speech recognition
on SharePoint.
- First using the Speech Recognition interfaces.
- Other way is using the Azure Bing Speech API. It is built on top of WebSockets API. The Speech SDK is available as extensions, which can be leveraged for development.