0.1.2 • Published 5 years ago
react-native-azure-speech-text v0.1.2
React Native Azure Speech Text
Installation
yarn add react-native-azure-speech-textOr with npm
npm i react-native-azure-speech-text --savecd ios && pod installUsage
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