Prevent Watson from Collecting translation data - findbrok/laravel-watson-translate GitHub Wiki

By default Watson collects translation data for each request and uses the data to improve the service. If your do not want to share your data set the following config value to true

'x_watson_learning_opt_out' => false,