@class NSString, SIRINLUEXTERNALUsoGraph, SIRINLUINTERNALInternalSpanData; @interface SIRINLUINTERNALMatchingSpan : PBCodable { struct { int *list; unsigned long long count; unsigned long long size; } _matcherNames; struct { unsigned char endTokenIndex : 1; unsigned char startTokenIndex : 1; } _has; } @property (readonly, nonatomic) BOOL hasLabel; @property (retain, nonatomic) NSString *label; @property (readonly, nonatomic) BOOL hasInput; @property (retain, nonatomic) NSString *input; @property (nonatomic) BOOL hasStartTokenIndex; @property (nonatomic) unsigned int startTokenIndex; @property (nonatomic) BOOL hasEndTokenIndex; @property (nonatomic) unsigned int endTokenIndex; @property (readonly, nonatomic) BOOL hasUsoGraph; @property (retain, nonatomic) SIRINLUEXTERNALUsoGraph *usoGraph; @property (readonly, nonatomic) unsigned long long matcherNamesCount; @property (readonly, nonatomic) int *matcherNames; @property (readonly, nonatomic) BOOL hasInternalSpanData; @property (retain, nonatomic) SIRINLUINTERNALInternalSpanData *internalSpanData; @property (readonly, nonatomic) BOOL hasSemanticValue; @property (retain, nonatomic) NSString *semanticValue; - (unsigned long long)hash; - (void)dealloc; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (id)description; - (void).cxx_destruct; - (id)dictionaryRepresentation; - (void)copyTo:(id)a0; - (BOOL)isEqual:(id)a0; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (void)addMatcherNames:(int)a0; - (void)clearMatcherNames; - (int)matcherNamesAtIndex:(unsigned long long)a0; - (int)StringAsMatcherNames:(id)a0; - (id)matcherNamesAsString:(int)a0; - (void)setMatcherNames:(int *)a0 count:(unsigned long long)a1; @end