capacitor-plugin-nuance-speechkit
v0.0.4
Published
nuance-speechkit
Downloads
2
Readme
capacitor-plugin-nuance-speechkit
nuance-speechkit
Install
npm install capacitor-plugin-nuance-speechkit
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>
initSpeechKit(...)
initSpeechKit(options: InitSpeechKitOptions) => Promise<void>
| Param | Type |
| ------------- | --------------------------------------------------------------------- |
| options
| InitSpeechKitOptions |
start(...)
start(options: InputOptions) => Promise<{ text: string; }>
| Param | Type |
| ------------- | ----------------------------------------------------- |
| options
| InputOptions |
Returns: Promise<{ text: string; }>
Interfaces
InitSpeechKitOptions
| Prop | Type |
| ----------------------- | ------------------- |
| applicationName
| string |
| partnerGuid
| string |
| organizationToken
| string |
| userName
| string |
InputOptions
| Prop | Type |
| ---------- | ------------------- |
| text
| string |