@interface REMLSentimentAnalyzerResult : NSObject @property (nonatomic) float postivieSentiment; @property (nonatomic) float negativeSentiment; @property (nonatomic) float certainty; @end
@interface REMLSentimentAnalyzerResult : NSObject @property (nonatomic) float postivieSentiment; @property (nonatomic) float negativeSentiment; @property (nonatomic) float certainty; @end