@class NSData, SISchemaUUID; @interface DODMLASRSchemaDODMLASRConfusionPair : SISchemaInstrumentationMessage { struct { unsigned char errorCode : 1; unsigned char editMethod : 1; unsigned char editReason : 1; unsigned char recognizedTextStartIndex : 1; } _has; } @property (retain, nonatomic) SISchemaUUID *asrId; @property (nonatomic) BOOL hasAsrId; @property (nonatomic) int errorCode; @property (nonatomic) BOOL hasErrorCode; @property (nonatomic) int editMethod; @property (nonatomic) BOOL hasEditMethod; @property (nonatomic) int editReason; @property (nonatomic) BOOL hasEditReason; @property (nonatomic) int recognizedTextStartIndex; @property (nonatomic) BOOL hasRecognizedTextStartIndex; @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)deleteErrorCode; - (void)deleteAsrId; - (void)deleteEditMethod; - (void)deleteEditReason; - (void)deleteRecognizedTextStartIndex; @end