Is there any way I can detect when a user is using their phone's Speech-To-Text feature with Xamarin?
The application I'm working on needs to be HIPAA compliant and the Speech-To-Text APIs are not HIPAA compliant. I would like to find a way to prevent the user from using these features. I'm willing to reject Speech-To-Text input, disable the ability to use these features, or at minimum detect when Speech-To-Text is used.
Any and all help is appreciated.