0.0.4 • Published 1 year ago

capacitor-plugin-nuance-speechkit v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
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; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


initSpeechKit(...)

initSpeechKit(options: InitSpeechKitOptions) => Promise<void>
ParamType
optionsInitSpeechKitOptions

start(...)

start(options: InputOptions) => Promise<{ text: string; }>
ParamType
optionsInputOptions

Returns: Promise<{ text: string; }>


Interfaces

InitSpeechKitOptions

PropType
applicationNamestring
partnerGuidstring
organizationTokenstring
userNamestring

InputOptions

PropType
textstring
0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago