# XWUIButtonSpeechToText

XWUIButtonSpeechToText Component Button that triggers Web Speech API (SpeechRecognition) and emits transcript..

## Basic Usage

XWUIButtonSpeechToText Component Button that triggers Web Speech API (SpeechRecognition) and emits transcript.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: XWUIButtonSpeechToText Component Button that triggers Web Speech API (SpeechRecognition) and emits transcript.
```

## Real-World

SpeechToTextButton in a realistic application context.

```example
file: examples/RealWorld.ts
html: examples/RealWorld.html
title: Real-World
description: SpeechToTextButton in a realistic application context.
```

## Voice Search

A primary, large button configured for Arabic recognition that feeds spoken queries into a search field.

```example
file: examples/VoiceSearch.ts
html: examples/VoiceSearch.html
title: Voice Search
description: Arabic (ar-SA) voice-search button wired to onResult.
```

## Dictation Notes

A continuous-mode button that streams dictated sentences into a notes editor.

```example
file: examples/DictationNotes.ts
html: examples/DictationNotes.html
title: Dictation Notes
description: Continuous dictation into a long-form note editor.
```

```api
```
