Is it possible to use android's speech recognition without showing the dialog?

前端 未结 3 919
悲&欢浪女
悲&欢浪女 2020-12-30 13:01

I want to use the speech to text api in android, but I don\'t want to be slowed down by those dialogs. Is it possible to use the functionality without them?

3条回答
  •  悲&欢浪女
    2020-12-30 13:32

    No.

    The Intent for the speech recognition displays the dialog and there are no options to disable showing it.

    You should also know that the speech recognition feature requires an internet connection so that the sound can be uploaded to Google for recognition.

提交回复
热议问题