Skip to content

Commit

Permalink
Restore original format of library file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpspri committed May 5, 2017
1 parent f0b5698 commit b5ccc48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion visual-recognition/v3.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,9 @@ VisualRecognitionV3.prototype.classify = function(params, callback) {
images_file: params.images_file,
parameters: {
value: JSON.stringify(pick(params, ['classifier_ids', 'owners', 'threshold'])),
options: { contentType: 'application/json' }
options: {
contentType: 'application/json'
}
}
},
headers: pick(params, 'Accept-Language')
Expand Down

0 comments on commit b5ccc48

Please sign in to comment.