Advertisement
Guest User

Untitled

a guest
May 14th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. let text_to_speech = new TextToSpeechV1 ({
  2. username: 'd4dfcaf5-c2a3-4821-a999-a408d5e45577',
  3. password: 'dLNgFSuVCNxf',
  4. headers: {
  5. 'X-Watson-Learning-Opt-Out': 'true'
  6. }
  7. });
  8.  
  9. let visualRecognition = new VisualRecognitionV3({
  10. version: '2018-05-10',
  11. api_key: 'f42dc57e8405e2aefaa54ef18c49fd1020470793',
  12. headers: {
  13. 'X-Watson-Learning-Opt-Out': 'true'
  14. }
  15. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement