capacitor-plugin-nuance-speechkit
v0.0.4
Published
nuance-speechkit
Readme
capacitor-plugin-nuance-speechkit
nuance-speechkit
Install
npm install capacitor-plugin-nuance-speechkit
npx cap syncAPI
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 |
