問題タブ [voice-interaction]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - Android VoiceInteraction および Assist API
Assist および VoiceInteraction と呼ばれる Android API について読みました。私が達成しようとしているのは、NowOnTap のようなアプリです。このためには、ユーザーがホーム ボタンを長押しする前に、画面のコンテンツにアクセスする必要があります。
まずはandroid.intent.action.ASSIST
アクション付きのノーマルアクティビティを使ってみました。
これをさらに掘り下げると、アプリを開く前にスクリーンショットにアクセスするには、VoiceInteractionSession
とそのメソッドonCreateContentView
とを実装する必要があることがわかりましたonHandleScreenshot
。
を使用して UI を作成できonCreateContentView
ませんでした。ログによると、呼び出されることさえありません。この API を使用した経験のある人はいますか?
android - Android speech recognize prompt by audio instead of just text
Currently I have working speech recognition but RecognizerIntent.EXTRA_PROMPT
is shown as text only on mobile as well as on wearable watch.
Is there any way or other option to make prompt to speak (play as audio)?
Have tried VoiceInteraction API but it is limited to picking an option and have to start through one of the system voice command.
android - Android アプリケーションを開いて、Whatsapp、Message、Telegram などの Google アシスタントからメッセージを送信するにはどうすればよいですか?
私は Android 開発者です。
テキスト メッセージと音声メッセージを他のユーザー/連絡先に送信できるメッセージング アプリケーションを開発しています。
以下のシナリオについて助けが必要です。
Google アシスタント/OK Google から直接メッセージを送信したい。デフォルトのメッセージ、Whatsapp、および電報と互換性のある機能など。
「John にメッセージを送信」と言うと、テキスト メッセージを送信するための UI が開きます。「Whatsapp 経由で音声メッセージを送信する」と言うと、音声メッセージを送信するための UI が開きます。
私はここ数日、この点に取り組んでいます。Google Voice Actions について検索しましたが、成功しませんでした。
これを達成するために何をする必要がありますか?
貴重なご意見をお聞かせください。
前もって感謝します。