# SpeechSystemStatus

> Represents the current status of the speech recognition system or a dictation recognizer.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine.Windows.Speech](/engine/6000.7/script-reference/unityengine/windows/speech.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public enum SpeechSystemStatus
```

## Fields

| Value                                                                                               | Description                                                                          |
| --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| [Failed](/engine/6000.7/script-reference/unityengine/windows/speech/speechsystemstatus/failed.md)   | Speech recognition system has encountered an error and is in an indeterminate state. |
| [Running](/engine/6000.7/script-reference/unityengine/windows/speech/speechsystemstatus/running.md) | Speech recognition system is running.                                                |
| [Stopped](/engine/6000.7/script-reference/unityengine/windows/speech/speechsystemstatus/stopped.md) | Speech recognition system is stopped.                                                |
