...
Expand | ||
---|---|---|
| ||
If you have trouble installing dialogflow locally, you can also try to start the component using docker. Make sure redis is not running anywhere else, and in the
|
Getting a key
To create the Google Cloud Dialogflow ES platform service account credential, perform the following steps:
...
In the Google Cloud Platform console, create a new project and then create a service account for the project.
...
Grant the following roles to the service account:
Dialogflow API Client
Dialogflow API Reader
...
If you don’t already have a key, check out Getting a google dialogflow key
If everything went right, you should have have a your_dialogflow_key.json
with similar content:
...
title | Json key content |
---|
...
Transcribing the audio
Alright! Now that we have everything set up we can start transcribing the audio.
...
And the transcript should be stored in transcript.txt
!