■ Google Cloud Speech API
* Google の音声認識クラウドサービス * 有料だが、無料枠もあるので、開発者にやさしい
入門ガイド
https://cloud.google.com/speech/docs/how-to?hl=jaサンプル
Javahttps://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/speech/
■ Google Cloud Speech APIを使用する当たって
* 以下のクイックスタートを参考にしながらやる。https://cloud.google.com/speech/docs/getting-started?hl=ja
[1] Google Cloud Platform の プロジェクトを設定する [1-1] Cloud Platform Console で、プロジェクトを作成する [1-2] 課金を有効にする(クレジットカードを登録とかする必要がある) [1-3] Google Cloud Speech API を有効にする [1-4] 認証情報を設定 (以下は、認証情報の種類) * API キー * OAuth クライアント ID * サービス アカウント キー << Googleの推奨はこっち ※以降、調査中
参考文献
https://www.magellanic-clouds.com/blocks/guide/create-gcp-service-account-key/http://kmycode.hatenablog.jp/entry/2017/04/09/120203