@protocol OspreyClientStreamingContext; @interface FTSpeechTranslationStreamingContext : NSObject { id _grpcContext; } - (void).cxx_destruct; - (void)closeStream; - (id)initWithGRPCStreamingCallContext:(id)a0; - (void)sendSpeechTranslationStreamingRequest:(id)a0; @end