humano-talking-bot
v2.1.1
Published
Humano Talking Bot
Downloads
10
Readme
humano-talking-bot
Humano Talking Bot
Install
npm install --save humano-talking-botUsage
import { TalkingBot } from "humano-talking-bot";
class Example extends Component {
render() {
return (
<TalkingBot
subcriptionKey={'Your Microsoft cognitive subcriptionKey'}
speechRegion={'Your Microsoft cognitive speechRegion'}
ServerAudioUrl={'Your Server Audio RUL'}
speechRecognitionLanguage={'Your Speech Language'}
documentNumber={'Document number to generate audio'}
isBotTalking={'true or false'}
isBotThinking={'true or false'}
useCognitiveSpeechText={'true if want to use cognitive, by default use react stt'}
useCognitiveTextSpeech={'true if want to use cognitive, by default use sitepal'}
/>
);
}
}License
Humano © [email protected]
