0.1.2 • Published 4 years ago

react-native-azure-speech-text v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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