---
title: VoiceFileInfo
framework: applicationservices
role: symbol
role_heading: Structure
path: applicationservices/voicefileinfo
---

# VoiceFileInfo

Defines a voice file information structure.

## Declaration

```swift
struct VoiceFileInfo
```

## Overview

Overview A voice file information structure specifies the file in which a voice is stored and the resource ID of the voice within that file. Use the GetVoiceInfo(_:_:_:) function to obtain a voice file information structure for a voice.

## Topics

### Initializers

- [init()](applicationservices/voicefileinfo/1464655-init.md)
- [init(fileSpec:resID:)](applicationservices/voicefileinfo/1460648-init.md)

### Instance Properties

- [fileSpec](applicationservices/voicefileinfo/1460824-filespec.md)
- [resID](applicationservices/voicefileinfo/1462134-resid.md)
