Class SPXSynthesisVoicesResult
Declaration
@class SPXSynthesisVoicesResult : NSObject;
Description
Contains detailed information about the retrieved synthesis voices list.
Added in version 1.16.0
Properties
voices
@property (readwrite, retain, nonatomic) NSArray<SPXVoiceInfo *> * _Nonnull voices;
The retrieved voices list.
resultId
@property (readonly, copy, atomic) NSString * _Nonnull resultId;
The result identifier.
reason
@property (readonly, atomic) SPXResultReason reason;
The reason the result was created.
errorDetails
@property (readonly, copy, atomic) NSString * _Nonnull errorDetails;
The error details of the result.
properties
@property (readonly, atomic) id<SPXPropertyCollection> _Nullable properties;
The set of properties exposed in the result.