Hi there Himanshu Bansal
Thanks for using QandA platform
I guess the embedded Speech is currently not available for iOS, it only supports Android and Linux platforms for offline speech-to-text and text-to-speech.
For iOS, your options are:
you can use native iOS APIs like SFSpeechRecognizer
(STT) and AVSpeechSynthesizer
(TTS) with limited offline support or build a hybrid approach: use Azure’s cloud-based Speech Service when online, and fall back to iOS native speech capabilities when offline.
As of now there’s no official word yet on iOS support for Embedded Speech from Microsoft.
If this helps kindly accept the answer thanks much.