0.0.3 • Published 4 years ago
vuzix-speech-sdk v0.0.3
vuzix-speech-sdk
vuzix speech sdk capacitor plugin
Install
npm install vuzix-speech-sdk
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>