SYVoicePackage Class Reference

Return information about voice packages. Used in SYVoiceCatalog. More...

#import <SYVoiceCatalog.h>

Inheritance diagram for SYVoicePackage:
Collaboration diagram for SYVoicePackage:

Properties

NSString * name
 Name of the voice package localized to the package locale, nil if not available. More...
 
NSString * language
 Language of the voice package, nil if it is not available. More...
 
NSString * packageId
 Unique id used to identify SYVoicePackage. More...
 
SYVoicePackageGender gender
 Voice package gender. More...
 
SYVoicePackageStatus status
 Current installation status. More...
 
NSUInteger sizeOnDisk
 Size in bytes the SYVoicePackage will take up on disk. More...
 

Detailed Description

Return information about voice packages. Used in SYVoiceCatalog.

Property Documentation

◆ gender

- (SYVoicePackageGender) gender
readnonatomicassign

Voice package gender.

◆ language

- (NSString*) language
readnonatomicassign

Language of the voice package, nil if it is not available.

◆ name

- (NSString*) name
readnonatomicassign

Name of the voice package localized to the package locale, nil if not available.

◆ packageId

- (NSString*) packageId
readnonatomicassign

Unique id used to identify SYVoicePackage.

◆ sizeOnDisk

- (NSUInteger) sizeOnDisk
readnonatomicassign

Size in bytes the SYVoicePackage will take up on disk.

◆ status

- (SYVoicePackageStatus) status
readnonatomicassign

Current installation status.


The documentation for this class was generated from the following file: