@class NSString, NSMutableArray; @interface PPPBScoredItemWithFeatures : PBCodable { struct { unsigned char topicId : 1; unsigned char score : 1; } _has; } @property (nonatomic) BOOL hasTopicId; @property (nonatomic) unsigned long long topicId; @property (readonly, nonatomic) BOOL hasNamedEntity; @property (retain, nonatomic) NSString *namedEntity; @property (readonly, nonatomic) BOOL hasNamedEntityWithFeedback; @property (retain, nonatomic) NSString *namedEntityWithFeedback; @property (nonatomic) BOOL hasScore; @property (nonatomic) float score; @property (retain, nonatomic) NSMutableArray *features; @property (retain, nonatomic) NSMutableArray *feedbackItems; + (Class)featuresType; + (Class)feedbackItemsType; - (unsigned long long)hash; - (BOOL)readFrom:(id)a0; - (void)clearFeedbackItems; - (void)writeTo:(id)a0; - (id)feedbackItemsAtIndex:(unsigned long long)a0; - (unsigned long long)feedbackItemsCount; - (id)description; - (void)addFeedbackItems:(id)a0; - (void).cxx_destruct; - (id)dictionaryRepresentation; - (void)copyTo:(id)a0; - (BOOL)isEqual:(id)a0; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (void)clearFeatures; - (unsigned long long)featuresCount; - (id)featuresAtIndex:(unsigned long long)a0; - (void)addFeatures:(id)a0; @end