FeedBack
The FeedBack class allows you to control the haptic feedback features so that the phone can either beep or vibrate when a result is found.
Definition
Assembly: dynamsoft-capture-vision-react-native
class FeedBack
Methods
beep
Plays a beep sound when a captured result is found.
static beep(): void
vibrate
Triggers a vibration when a captured result is found.
static vibrate(): void