#import <SYVoicePackage.h>
Instance Methods | |
(instancetype) | - initWithSdkPackage: |
Properties | |
Sygic::Audio::VoicePackagePtr | sdkPackage |
![]() | |
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... | |
- (instancetype) initWithSdkPackage: | (const Sygic::Audio::VoicePackagePtr &) | ptrPackage |
|
readwritenonatomicassign |