0.0.4 • Published 1 year ago
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