Questions tagged [google-voice-search]

Google Voice Search or Search by Voice is a Google product that allows users to use Google Search by speaking on a mobile phone or computer.

This tag can be used for the questions that are related to the use of Google Voice Search features.

Official page: http://www.google.co.in/insidesearch/features/voicesearch/

39 questions
3
votes
0 answers

Ok Google will not launch the application?

I am working with okgoogle in android and want to launch my android application through okgoogle voice search. For example: If i say ok google.. open myApplication So my application should be launched,but this it not working for my application. And…
Rishabh Mahatha
  • 1,251
  • 9
  • 19
3
votes
0 answers

com.google.android.gms.actions.SEARCH_ACTION stopped working

I've been successfully using com.google.android.gms.actions.SEARCH_ACTION in my Android app to handle Ok Google searches for over a year now. But, this stopped working a few days ago. Now when I say "Ok Google search for something on MY_APP", the…
3
votes
1 answer

android leanback search fragment

I am using Android Search Fragment in Android TV app.There is a specific requirement where on focus on voice search icon I want the color to become blue not just scale .Sharing the snapshot of present behavior. Thanks in advance.
prit
  • 643
  • 7
  • 21
2
votes
0 answers

Android: in an app, how to make many minutes timeout for "Google voice tyipng" (com.google.android.googlequicksearchbox)?

I found it in my Asus Zenfone3 and Android emulator API_25 Nexus5X. The Google voice typing (com.google.android.googlequicksearchbox), when launched from SW keyboard, can have many minutes timeout(it seems never timeout unless I speak something).…
2
votes
0 answers

SpeechRecognizer is not working if Enhanced Google services is selected

The voice input in my application does not work if I select "Enhanced Google services" in Voice input Settings (please see screenshot): I use speech recognition without a dialog: @Override protected void onCreate(Bundle savedInstanceState) { …
2
votes
0 answers

How to change Google from speak now Voice Search dialogue box in any app?

I have searched a lot but nothing lead me towards this what i am trying to do, so i am here to take expert's opinion, is it possible to change the google text or icon shown in screenshot i have attached in question, somehow i kind of know this that…
Ribelyn Punk
  • 159
  • 1
  • 14
2
votes
0 answers

Killing an intent for a closed source application

I'm a new Android programmer and I've been trying to develop an app that utilizes Google Voice Search's voice to text capabilities, calling it using an implicit intent. That's the part that works. However, I'm looking to only have GVS run for a…
2
votes
1 answer

Is there a way to register new terms into the list recognized by ok google?

I'm assuming the answer is "no" but thought I would just double check. I'm curious if there's some way that my app can register a phrase to associate with itself so that when the user says "ok google MY CUSTOM PHRASE" it would wake up my app and…
1
vote
1 answer

Google speech recognizer for Traditional Chinese text

I want to output the speech to traditional chinese but it output to simplify chinese instead. My codes: Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, …
1
vote
1 answer

How to access my Android Application from Google Voice Assistance

I am developing an android application, let's say it for an instance as "RemindMe". In this application, I set alarms specific to application level. They are not system alarms. My requirement is, after the opening of Google assistant (Ex: by saying…
1
vote
0 answers

Google Now voice search testing with unpublished app

I am trying to integrate voice search in with my app so that my SearchActiviity (which is not my launcher activity). For that I have done following steps already: AndroidManifest.xml
dev_android
  • 8,698
  • 22
  • 91
  • 148
1
vote
0 answers

Google Voice Integration to App: Google unable to open my application

I am trying to search my app using google now voice command like: "Search something on APP_NAME". And I am using it for my app Pluto (https://play.google.com/store/apps/details?id=com.tamal.voicesearch). Now the problem is this voice search was…
Tamal Samui
  • 738
  • 10
  • 14
1
vote
1 answer

Ok Google response in my application?

Hello all I am working with ok google voice search. What i want to do is when user say some keyword like "Hello". To the home screen ok google. then ,I want the ok google callback in my application. For example: If I say "Hello" to the ok google…
Rishabh Mahatha
  • 1,251
  • 9
  • 19
1
vote
1 answer

google speech recognition api in hindi

I am looking for a Google Speech Recognition API, but I was not able to find any. Google has started service of Hindi Speech Recognition, as an example:- If I say "Kahan jaa rahe ho", then it searches for "Kahan jaa rahe ho" which means it converts…
1
vote
1 answer

Android App Indexing Autocomplete

I am currently implementing Google's app indexing api and voice search capabilities in my application, and am running into problems with Google not searching my application on certain devices. Most devices I've tested on work like expected following…