luxlabs header browser preview


@interface REMLSentimentAnalyzerResult : NSObject

@property (nonatomic) float postivieSentiment;
@property (nonatomic) float negativeSentiment;
@property (nonatomic) float certainty;

@end