Skip to content

Commit 38032c0

Browse files
committed
changed it to english
1 parent 0e32b39 commit 38032c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

speech/cloud-client/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Continuously stream audio to the speech API over multiple requests (by default e
159159
```
160160
mvn exec:java -DInfiniteStreamRecognize
161161
```
162-
If stream audio is in different language, you could also pass language code as a command line argument (for example, korea).
162+
If stream audio is in different language, you could also pass language code as a command line argument (for example, en-GB for english (Great Britian), en-US for english U.S., and more available in [this link](https://cloud.google.com/speech-to-text/docs/languages)).
163163
```
164-
mvn exec:java -Dexec.args="-lang_code=ko-KR" -DInfiniteStreamRecognize
164+
mvn exec:java -Dexec.args="-lang_code=en-US" -DInfiniteStreamRecognize
165165
```

0 commit comments

Comments
 (0)