luxlabs header browser preview


@class NSString;

@interface FTMutableTextToSpeechSpeechFeatureOutputFeature : FTTextToSpeechSpeechFeatureOutputFeature

@property (copy, nonatomic) NSString *phone_name;
@property (nonatomic) float begin_time;
@property (nonatomic) float end_time;
@property (nonatomic) float duration;
@property (nonatomic) float pitch;
@property (nonatomic) float energy;
@property (nonatomic) int word_id;

- (id)init;
- (id)copyWithZone:(struct _NSZone { } *)a0;

@end