jongfeelkim-VIRNECT / STT-Hololens

Unity translation app using Google Cloud Speech-to-Text on Hololens
MIT License
3 stars 0 forks source link

Project initialize and install Google.Cloud.Speech package #4

Closed jongfeelkim-VIRNECT closed 4 years ago

jongfeelkim-VIRNECT commented 4 years ago

Project initialize

Install Google.Cloud.Speech package

Install-Package Google.Cloud.Speech.V1 -Pre

https://cloud.google.com/speech-to-text/docs/quickstart-client-libraries

jongfeelkim-VIRNECT commented 4 years ago

Google.Cloud.Speech can't install package to Unity project. Assembly-CSharp installed package, but Assembly-CSharp.Player don't installed.

So, Google API replace from Client library to REST API method.