Skip to content

Commit 109a86b

Browse files
authored
Update README.md (GoogleCloudPlatform#1515)
* Update README.md * Update README.md
1 parent b9f7749 commit 109a86b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

speech/cloud-client/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ using the [Google Cloud Client Library for Java][google-cloud-java].
1414

1515
## Setup
1616

17+
Before you begin, complete the following steps as listed on the [Speech-to-Text Docs pages for Getting Started](https://cloud.google.com/speech-to-text/docs/quickstart-client-libraries#before-you-begin)
18+
* Create or select a project.
19+
* Enable the Google Speech-to-Text API for that project.
20+
* Create a service account.
21+
* Download a private key as JSON.
22+
* Set `GOOGLE_APPLICATION_CREDENTIALS`
23+
```
24+
export GOOGLE_APPLICATION_CREDENTIALS=path_to_your_downloaded_json_file
25+
```
26+
1727
Install [Maven](http://maven.apache.org/).
1828

1929
Build your project with:

0 commit comments

Comments
 (0)