# Keywords

> Returns the list of keywords which was supplied when the keyword recognizer was created.

## Definition

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

```csharp
public IEnumerable<string> Keywords { get; }
```
