Socket
Socket
Sign inDemoInstall

react-native-google-speech-to-text

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-native-google-speech-to-text

React Native Speech To Text for android


Version published
Weekly downloads
348
decreased by-17.34%
Maintainers
1
Install size
384 kB
Created
Weekly downloads
 

Readme

Source

react-native-google-speech-to-text

Getting started

$ npm install react-native-google-speech-to-text --save

Mostly automatic installation

$ react-native link react-native-google-speech-to-text

Usage

import SpeechToText from 'react-native-google-speech-to-text';

// TODO: What to do with the module?
const speechToTextHandler = async () => {

    let speechToTextData = null;
        try {
            speechToTextData = await SpeechToText.startSpeech('Try saying something', 'en_IN');
            console.log('speechToTextData: ', speechToTextData);

        } catch (error) {
            console.log('error: ', error);
        }
}

Keywords

FAQs

Last updated on 01 Jun 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc