luxlabs header browser preview


@class NSData;

@interface READSchemaREADRequestPreprocessingEnded : SISchemaInstrumentationMessage {
    struct { unsigned char articleTextLength : 1; unsigned char utteranceCount : 1; unsigned char estimatedDuration : 1; } _has;
}

@property (nonatomic) unsigned int articleTextLength;
@property (nonatomic) BOOL hasArticleTextLength;
@property (nonatomic) unsigned int utteranceCount;
@property (nonatomic) BOOL hasUtteranceCount;
@property (nonatomic) float estimatedDuration;
@property (nonatomic) BOOL hasEstimatedDuration;
@property (readonly, nonatomic) NSData *jsonData;

- (unsigned long long)hash;
- (id)suppressMessageUnderConditions;
- (BOOL)readFrom:(id)a0;
- (void)writeTo:(id)a0;
- (id)initWithDictionary:(id)a0;
- (id)dictionaryRepresentation;
- (BOOL)isEqual:(id)a0;
- (id)initWithJSON:(id)a0;
- (void)deleteArticleTextLength;
- (void)deleteEstimatedDuration;
- (void)deleteUtteranceCount;

@end