nuance-speechkit
npm install capacitor-plugin-nuance-speechkit
npx cap sync
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options |
{ value: string; } |
Returns: Promise<{ value: string; }>
initSpeechKit(options: InitSpeechKitOptions) => Promise<void>
Param | Type |
---|---|
options |
InitSpeechKitOptions |
start(options: InputOptions) => Promise<{ text: string; }>
Param | Type |
---|---|
options |
InputOptions |
Returns: Promise<{ text: string; }>
Prop | Type |
---|---|
applicationName |
string |
partnerGuid |
string |
organizationToken |
string |
userName |
string |
Prop | Type |
---|---|
text |
string |