react-native-azure-speech-text

0.1.2 • Public • Published

React Native Azure Speech Text

npm version npm MIT Platform - Android and iOS

Installation

yarn add react-native-azure-speech-text

Or with npm

npm i react-native-azure-speech-text --save
cd ios && pod install

Usage

import AzureSpeechText from "react-native-azure-speech-text";
 
AzureSpeechText.config({
  subscription: <YOUR_KEY>,
  region: <YOUR_REGION>
})
 
const result = await AzureSpeechText.toTextUseMic();

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Package Sidebar

Install

npm i react-native-azure-speech-text

Weekly Downloads

5

Version

0.1.2

License

MIT

Unpacked Size

772 kB

Total Files

75

Last publish

Collaborators

  • phithudev