I was wondering if you know of a way to detect when a user stops talking on IOS Devices, or if your plugin exposes some variable from ios speech recognition that could be used to detect such a case? failing that is it possible to get a live feed of the text that is currently being recorded? I tried using the partial result but it was giving me a corrupted error.
You could wait about 2 seconds after last partial results. If there’s nothing new you can assume user stopped talking. But it’s really up to you, I don’t have any perfect solution here.
You could wait about 2 seconds after last partial results. If there’s nothing new you can assume user stopped talking. But it’s really up to you, I don’t have any perfect solution here.