Engine: {engine}
Keyword Detections:
{keywordDetections.length > 0 && (
{keywordDetections.map((label, index) => (
- {label}
))}
)}
Latest Inference:
{JSON.stringify(inference)}
)
```
#### Vue
```console
yarn add @picovoice/picovoice-web-vue @picovoice/picovoice-web-en-worker
```
(or)
```console
npm install @picovoice/picovoice-web-vue @picovoice/picovoice-web-en-worker
```
```html