Skip to content

Commit

Permalink
[CHANGE ME] Re-generated Speech to pick up changes in the API or clie…
Browse files Browse the repository at this point in the history
…nt library generator.
  • Loading branch information
yoshi-automation committed Nov 20, 2019
1 parent 0214362 commit cdc0a8e
Show file tree
Hide file tree
Showing 48 changed files with 1,041 additions and 1,045 deletions.
318 changes: 166 additions & 152 deletions Speech/metadata/V1/CloudSpeech.php

Large diffs are not rendered by default.

353 changes: 181 additions & 172 deletions Speech/metadata/V1P1Beta1/CloudSpeech.php

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions Speech/src/V1/Gapic/SpeechGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@ public function __construct(array $options = [])
* }
* ```
*
* @param RecognitionConfig $config *Required* Provides information to the recognizer that specifies how to
* @param RecognitionConfig $config Required. Provides information to the recognizer that specifies how to
* process the request.
* @param RecognitionAudio $audio *Required* The audio data to be recognized.
* @param RecognitionAudio $audio Required. The audio data to be recognized.
* @param array $optionalArgs {
* Optional.
*
Expand Down Expand Up @@ -283,6 +283,8 @@ public function recognize($config, $audio, array $optionalArgs = [])
* google.longrunning.Operations interface. Returns either an
* `Operation.error` or an `Operation.response` which contains
* a `LongRunningRecognizeResponse` message.
* For more information on asynchronous speech recognition, see the
* [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).
*
* Sample code:
* ```
Expand Down Expand Up @@ -332,9 +334,9 @@ public function recognize($config, $audio, array $optionalArgs = [])
* }
* ```
*
* @param RecognitionConfig $config *Required* Provides information to the recognizer that specifies how to
* @param RecognitionConfig $config Required. Provides information to the recognizer that specifies how to
* process the request.
* @param RecognitionAudio $audio *Required* The audio data to be recognized.
* @param RecognitionAudio $audio Required. The audio data to be recognized.
* @param array $optionalArgs {
* Optional.
*
Expand Down
28 changes: 14 additions & 14 deletions Speech/src/V1/LongRunningRecognizeRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Speech/src/V1/LongRunningRecognizeResponse.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 11 additions & 14 deletions Speech/src/V1/RecognitionAudio.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cdc0a8e

Please sign in to comment.