Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsupplee committed Apr 14, 2017
1 parent b674d36 commit fa854b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Speech/SpeechClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ class SpeechClient
* recognized. Only BCP-47 (e.g., `"en-US"`, `"es-ES"`) language
* codes are accepted. See
* [Language Support](https://cloud.google.com/speech/docs/languages)
* for a list of the currently supported language codes.
* for a list of the currently supported language codes. This
* value will be used by default for any requests sent through the
* client. If not provided, you must include a language code with
* each individual request.
* }
*/
public function __construct(array $config = [])
Expand Down

0 comments on commit fa854b3

Please sign in to comment.