在 W10 Mobile (UWP) (Xamarin forms) 中隐藏键盘麦克风

Hide keyboard Microphone in W10 Mobile (UWP) (Xamarin forms)

我正在以 Xamarin 形式为 W10 Mobile (UWP) 开发应用程序,情况是当特定条目具有焦点时我正在使用电话键盘,问题是键盘顶部出现语音检测命令我对它不感兴趣,在官方文档和其他论坛中搜索后没有找到任何关于这个主题的信息,如果有人知道如何隐藏这个命令会很有用。谢谢。

我的条目:

var entry = new Entry { Keyboard = Keyboard.Telephone };

图像命令语音:

文档为条目选择键盘:https://developer.xamarin.com/recipes/cross-platform/xamarin-forms/controls/choose-keyboard-for-entry/

the problem is that at the top of the keyboard appears the Voice detection command I am not interested in having it, after searching in the official documentation and other forums have not found anything about this topic , if anyone knows how to hide this command would be useful. Thank you.

键盘是系统级的。目前还没有这样的api来隐藏带编程的听写按钮。但是,您可以将其隐藏在键盘设置中。您可以参考以下截图:

设置 -> 时间和语言 -> 键盘 -> 更多键盘设置 -> 显示听写按钮。