@class FTRecognitionCandidate, FTRequestStatsResponse, FTAudioLimitExceeded, FTFinalBlazarResponse, FTPartialSpeechRecognitionResponse, FTFinalSpeechRecognitionResponse, NSObject; @protocol FLTBFBufferAccessor, NSCopying; @interface FTMutableMultilingualStreamingResponse : FTMultilingualStreamingResponse @property (nonatomic) long long content_type; @property (copy, nonatomic) FTFinalSpeechRecognitionResponse *contentAsFTFinalSpeechRecognitionResponse; @property (copy, nonatomic) FTPartialSpeechRecognitionResponse *contentAsFTPartialSpeechRecognitionResponse; @property (copy, nonatomic) FTRecognitionCandidate *contentAsFTRecognitionCandidate; @property (copy, nonatomic) FTRequestStatsResponse *contentAsFTRequestStatsResponse; @property (copy, nonatomic) FTAudioLimitExceeded *contentAsFTAudioLimitExceeded; @property (copy, nonatomic) FTFinalBlazarResponse *contentAsFTFinalBlazarResponse; @property (copy, nonatomic) NSObject *content; + (Class)content_mutableClassForType:(long long)a0; + (long long)content_typeForMutableObject:(id)a0; + (long long)content_typeForObject:(id)a0; - (void)setContent:(id)a0; - (id)init; - (id)copyWithZone:(struct _NSZone { } *)a0; @end