# SemanticMeaning

> Semantic meaning is a collection of semantic properties of a recognized phrase. These semantic properties can be specified in SRGS grammar files.

## Definition

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

```csharp
public struct SemanticMeaning
```

## Fields

| Value                                                                                          | Description                                                                  |
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| [key](/engine/6000.7/script-reference/unityengine/windows/speech/semanticmeaning/key.md)       | A key of semantic meaning.                                                   |
| [values](/engine/6000.7/script-reference/unityengine/windows/speech/semanticmeaning/values.md) | Values of semantic property that the correspond to the semantic meaning key. |
