Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Watsonを組み込んだUnity アプリ開発ハンズオン -Speech to Text編 / Unity and Watson Speech to Text

Aya Tokura
November 15, 2018

Watsonを組み込んだUnity アプリ開発ハンズオン -Speech to Text編 / Unity and Watson Speech to Text

Unityアプリ開発にIBM Cloudが提供するWatson API「Speech to Text」を活用して音声からテキストを表示させる機能を実装するサンプルを使った操作手順をご紹介いたします。
#Unity #Watson #AI #Cognitive #IBM #IBMCloud

Aya Tokura

November 15, 2018
Tweet

More Decks by Aya Tokura

Other Decks in Technology

Transcript

  1. c l M D S N B VNe i C

    B a nCW I M A d 
  2. 1. IBM Cloud 2. Watson - Speech to Text API

     3. Unity Assets – Watson Unity SDK 4. Watson API  5. Watson API   6. UnitySpeech to Text   
  3. 1. IBM Cloud 2. Watson - Speech to Text API

     3. Watson API  4. Unity Assets – Watson Unity SDK  5. Watson API  6. UnitySpeech to Text       20181115 
  4. 3 .

  5. 1. IBM Cloud 2. Watson - Speech to Text API

     3. Watson API  4. Unity Assets – Watson Unity SDK 5. Watson API  6. UnitySpeech to Text   
  6. . 2

  7. 1. IBM Cloud 2. Watson - Speech to Text API

     3. Watson API  4. Unity Assets – Watson Unity SDK 5. Watson API  6. UnitySpeech to Text   
  8. 1. IBM Cloud 2. Watson - Speech to Text API

     3. Watson API  4. Unity Assets – Watson Unity SDK 5. Watson API  6. UnitySpeech to Text   
  9. 1 .

  10. .

  11. 1. IBM Cloud 2. Watson - Speech to Text API

     3. Watson API  4. Unity Assets – Watson Unity SDK 5. Watson API  6. UnitySpeech to Text   
  12. . 4 33 private string _serviceUrl = "https://stream.watsonplatform.net/speech-to-text/api"; 44 private

    string _iamApikey = "<Speech_to_Text_API_Key>"; 49 private string _iamUrl = "https://iam.bluemix.net/identity/token";
  13. 1. IBM Cloud 2. Watson - Speech to Text API

     3. Watson API  4. Unity Assets – Watson Unity SDK 5. Watson API  6. UnitySpeech to Text   
  14. 2 .