Skip to main content

How to add Google Voice Search in Kodular Creator?

 

How to add Google Voice Search in Kodular Creator?

So guys today we are going to learn about Kodular components. Today we will be discussing how to use Voice search in Kodular. Now, here we start our tutorial.

How to add Google Voice Search in Kodular Creator?

What is Google Voice Search?

Google voice search is a function in which we can search in our device by speaking our query rather than typing it to search. You may have used it manny time but today We are going to learn how to implement this our android app.

Why should we use it?

We can use voice to text option for many tasks such as,
1. In browser for Search option.
2. For getting voice message.
3. For use of translation etc.

So,these were the some of uses of voice to text option. You guys can use this anywhere you feel need of voice input from user.

How to implement this in our app?

 Step 1: Firstly you need to check for speech recognizer component under the option of media in sidebar.

Speech Recogniser


Properties:

We don't have any properties options for speech recognizer currently in Kodular Creator. Maybe we could have some in future.

Blocks:

We have the following main blocks of Speech Recognizer in Kodular Creator:

1. Get Text:
Get text from speech
This block is used to get text from user.

2. After getting text:
When got text from speech?
This block provide the speech in form of text by the variable result.

How to use the text for searching?

For using this you need to add a web Viewer to get the results....

Step 1: For searching you need to use the block 'Get Text' when you want to get text for searching from user.
Step 2: Then get the result by using after getting text.

Step 3: Now call web viewer to go to URL of the results. For getting URL for results you need to join the text of query you got from User with this text:

https://www.google.com/search?q=  + Speech From User

Also set the block as....

Go to results page In web View



In similar way you can use this for Searching in Youtube just change the "https://www.google.com/search?q=" to  "https://www.youtube.com/results?search_query=" and you will get the results in the web viewer.

Here our tutorial ends we will be back with a new and fresh tutorial. Till then......

Happy Koding.....

Comments

Popular posts from this blog

How to use KIO4 gradient in Kodular?

  Welcome to learn web, today we are back with a completely new tutorial on Kodular Basic-to -Advanced app making.Today topic for our tutorial is that how to use Gradient effect in Kodular app making for any layout. How to use gradient colors in kodular app? For this you need to use a extension named "KIO4" gradient.So,before starting you need to get this extension before we start our tutorial.To get this click on link below: My Drive Link This is the google drive link for the KIO4 extension. I think you might have got the extension.So, we start our tutorial on how to use gradient effect Kodular apps. Step 1:Open your Project in which you want to use gradient Effect.Then click on the extensions button in the bottom of left sidebar and click on import extension.Now select the KIO4 gradient file and click on Import after some time your extension will be processed and imported to your project. Illustration: Once you have Imported the KIO4 extension you can see the extension as s...

How to use Firebase database in Kodular?

Welcome to Learn Web my friends. Today we are going to learn about how to retrieve and store data from user in firebase database. This will be surely very exciting and useful for you guys. So, here we start our tutorial on "How to store data of user in Firebase in Kodular?" How to store data of user in Firebase in Kodular? 1. What is Firebase? I think you guys may have listened about Firebase but if not, then don't worry this isn't any rocket science you will easily learn "How to store and retrieve data of user in Firebase?". Firstly I want to tell you about What is Firebase Database? So, firebase is a cloud storage platform provided by google to store and retrieve data and Firebase also provide many other services that we will learn in our next tutorials. Today we are going to talk about "How to use Firebase Database in Kodular?"  2. What is Firebase database in Kodular? Now I would like to tell you what is Firebase database and what we are going ...

How to use Kodular Companion to test App?

 What is Kodular Companion? I understand, if you are new to kodular then you won't be able to understand what is meant by Kodular companion.So, today we are going to clear your doubt "What is Kodular Companion?".Kodular companion is a android app by Kodular Organisation.This app allow us to test the Realtime changes in our app while creating apps.If we don't use companion then we have to create and download our app to check whether is it working properly or not.But this is not a comfortable method because we can't check realtime changes in our app.So, to check app by downloading and installing we have have to download our app more than 100 times which is not easy for us. Therefore, we are provided a app which we can use to check the realtime changes in our app without downloading it every time. Benefits of Kodular Companion: 1.No need to download app multiple times. 2.Can be used to see realtime changes. 3.We can check different apps with Companion. 4.Useful while...