capacitor-plugin-nuance-speechkit
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i capacitor-plugin-nuance-speechkit

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

86.8 MB

Total Files

123

Last publish

Collaborators

  • patelgaurav4u