---
title: VoiceDescription
framework: applicationservices
role: symbol
role_heading: Structure
path: applicationservices/voicedescription
---

# VoiceDescription

Defines a voice description structure.

## Declaration

```swift
struct VoiceDescription
```

## Overview

Overview By calling the GetVoiceDescription(_:_:_:) function, you can obtain information about a voice in a voice description structure.

## Topics

### Initializers

- [init()](applicationservices/voicedescription/1460513-init.md)
- [init(length:voice:version:name:comment:gender:age:script:language:region:reserved:)](applicationservices/voicedescription/1463154-init.md)

### Instance Properties

- [age](applicationservices/voicedescription/1462733-age.md)
- [comment](applicationservices/voicedescription/1461098-comment.md)
- [gender](applicationservices/voicedescription/1460238-gender.md)
- [language](applicationservices/voicedescription/1464160-language.md)
- [length](applicationservices/voicedescription/1463606-length.md)
- [name](applicationservices/voicedescription/1459756-name.md)
- [region](applicationservices/voicedescription/1462975-region.md)
- [reserved](applicationservices/voicedescription/1462772-reserved.md)
- [script](applicationservices/voicedescription/1461925-script.md)
- [version](applicationservices/voicedescription/1464717-version.md)
- [voice](applicationservices/voicedescription/1462456-voice.md)
