Class SPXVoiceInfo
Declaration
@class SPXVoiceInfo : NSObject;
Description
Contains detailed information about the synthesis voice information.
Updated in version 1.17.0
Properties
name
@property (readonly, copy, atomic) NSString * _Nonnull name;
The full name.
locale
@property (readonly, copy, atomic) NSString * _Nonnull locale;
The locale.
shortName
@property (readonly, copy, atomic) NSString * _Nonnull shortName;
The short name.
localName
@property (readonly, copy, atomic) NSString * _Nonnull localName;
The local name.
gender
@property (readonly, atomic) SPXSynthesisVoiceGender gender;
The voice gender.
Added in version 1.17.0
voiceType
@property (readonly, atomic) SPXSynthesisVoiceType voiceType;
The voice type.
styleList
@property (readwrite, retain, nonatomic) NSArray * _Nonnull styleList;
The voice path, only valid for offline voices.
voicePath
@property (readonly, copy, atomic) NSString * _Nonnull voicePath;
The voice path, only valid for offline voices.
properties
@property (readonly, atomic) id<SPXPropertyCollection> _Nullable properties;
The set of properties exposed in the result.