@class NSArray, NSData; @interface ASRSchemaASRConfusionPairToken : SISchemaInstrumentationMessage { struct { unsigned char recognizedTokensStartIndex : 1; } _has; } @property (copy, nonatomic) NSArray *recognizedTokens; @property (copy, nonatomic) NSArray *correctedTokens; @property (nonatomic) int recognizedTokensStartIndex; @property (nonatomic) BOOL hasRecognizedTokensStartIndex; @property (readonly, nonatomic) NSData *jsonData; - (unsigned long long)hash; - (id)suppressMessageUnderConditions; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (id)initWithDictionary:(id)a0; - (void).cxx_destruct; - (id)applySensitiveConditionsPolicy:(id)a0; - (id)dictionaryRepresentation; - (BOOL)isEqual:(id)a0; - (id)initWithJSON:(id)a0; - (void)addCorrectedTokens:(id)a0; - (void)addRecognizedTokens:(id)a0; - (void)clearCorrectedTokens; - (void)clearRecognizedTokens; - (id)correctedTokensAtIndex:(unsigned long long)a0; - (unsigned long long)correctedTokensCount; - (void)deleteCorrectedTokens; - (void)deleteRecognizedTokens; - (void)deleteRecognizedTokensStartIndex; - (id)recognizedTokensAtIndex:(unsigned long long)a0; - (unsigned long long)recognizedTokensCount; @end