luxlabs header browser preview


@class NSDictionary;

@interface VTKeywordAnalyzerNDAPIResult : NSObject <NSCopying>

@property (nonatomic) unsigned long long phId;
@property (nonatomic) unsigned long long samplesFed;
@property (nonatomic) unsigned long long bestPhrase;
@property (nonatomic) unsigned long long bestStart;
@property (nonatomic) unsigned long long bestEnd;
@property (nonatomic) float bestScore;
@property (nonatomic) BOOL isEarlyWarning;
@property (nonatomic) BOOL isRescoring;
@property (nonatomic) unsigned long long samplesAtFire;
@property (nonatomic) unsigned long long startSampleCount;
@property (readonly, nonatomic) NSDictionary *dictionary;

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

@end