# Sandbox.Speech.Synthesizer.InstalledVoice.Deconstruct

```csharp
void Deconstruct(out string Name, out string Gender, out string Age)
```

### Parameters

- `out Name` (`string`)
- `out Gender` (`string`)
- `out Age` (`string`)

Declared in [Sandbox.Speech.Synthesizer.InstalledVoice](/api/Sandbox.Speech.Synthesizer.InstalledVoice).
Assembly: `Sandbox.Engine`.
