# SpeechRecognizer

Use a speech recognizer component to listen to the user speaking and convert the spoken sound into text using Android's speech recognition feature.

## Properties

### Result

The last text produced by the recognizer.

## Methods

### GetText()

Asks the user to speak, and converts the speech to text. Signals the AfterGettingText event when the result is available.

## Events

### AfterGetting(Text result)

Signaled after the recognizer has produced text. The argument is the text result that was produced.

### BeforeGettingText()

Signaled just before the recognizer is called.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.appybuilder.com/components/reference/media/speechrecognizer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
