luxlabs header browser preview


@class NSString, NSArray, NSMutableDictionary, FTTranslationPhraseMetaInfo, NSData;

@interface FTBatchTranslationResponse_TranslationPhrase : NSObject <FLTBFBufferAccessor, NSCopying> {
    NSMutableDictionary *_storage;
    NSData *_data;
    const struct TranslationPhrase { unsigned char x0[1]; } *_root;
}

@property (readonly, nonatomic) float confidence;
@property (readonly, nonatomic) NSString *translation_phrase;
@property (readonly, nonatomic) NSString *meta_info;
@property (readonly, nonatomic) BOOL low_confidence;
@property (readonly, nonatomic) NSArray *repeated_spans;
@property (readonly, nonatomic) FTTranslationPhraseMetaInfo *meta_info_data;

- (void).cxx_destruct;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (struct Offset<siri::speech::schema_fb::BatchTranslationResponse_::TranslationPhrase> { unsigned int x0; })addObjectToBuffer:(void *)a0;
- (id)flatbuffData;
- (id)initAndVerifyWithFlatbuffData:(id)a0;
- (id)initWithFlatbuffData:(id)a0;
- (id)initWithFlatbuffData:(id)a0 root:(const struct TranslationPhrase { unsigned char x0[1]; } *)a1;
- (id)initWithFlatbuffData:(id)a0 root:(const struct TranslationPhrase { unsigned char x0[1]; } *)a1 verify:(BOOL)a2;
- (unsigned long long)repeated_spans_count;
- (void)repeated_spans_enumerateObjectsUsingBlock:(id /* block */)a0;
- (id)repeated_spans_objectAtIndex:(unsigned long long)a0;

@end