Skip to content

miladhf/speech_to_text_google_dialog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speech To Text Google

This package is implemented to display the Google speech to text dialog. There is no need to get any permission from the user for this. This package is currently available on Android.

DemoAndroid

Usage

Example

This example shows how to display a google speech to text dialog and get the result.

bool isServiceAvailable = await SpeechToTextGoogle.getInstance()
                    .showGoogleDialog(onTextReceived: (data) {
                },
                  // locale: "en-US",
);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published