Skip to content

Commit

Permalink
docs: update documentation to require certain fields (#6195)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 530345646
Source-Link: googleapis/googleapis@ae157a1
Source-Link: googleapis/googleapis-gen@1798b3d
Copy-Tag: eyJwIjoiVGV4dFRvU3BlZWNoLy5Pd2xCb3QueWFtbCIsImgiOiIxNzk4YjNkMGJkMTZjNmZmYzZhMWNjYTMxZjMxNjI5NDIzNDcyN2JiIn0=
  • Loading branch information
gcf-owl-bot[bot] authored May 9, 2023
1 parent 2a40db9 commit f089d75
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 26 deletions.
10 changes: 5 additions & 5 deletions TextToSpeech/metadata/V1/CloudTtsLrs.php

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

Original file line number Diff line number Diff line change
Expand Up @@ -366,19 +366,20 @@ public function __construct(array $options = [])
* ```
*
* @param SynthesisInput $input Required. The Synthesizer requires either plain text or SSML as input.
* While Long Audio is in preview, SSML is temporarily unsupported.
* @param AudioConfig $audioConfig Required. The configuration of the synthesized audio.
* @param array $optionalArgs {
* Optional.
*
* @type string $parent
* The resource states of the request in the form of
* `projects/*/locations/*/voices/*`.
* `projects/*/locations/*`.
* @type string $outputGcsUri
* Specifies a Cloud Storage URI for the synthesis results. Must be
* Required. Specifies a Cloud Storage URI for the synthesis results. Must be
* specified in the format: `gs://bucket_name/object_name`, and the bucket
* must already exist.
* @type VoiceSelectionParams $voice
* The desired voice of the synthesized audio.
* Required. The desired voice of the synthesized audio.
* @type RetrySettings|array $retrySettings
* Retry settings to use for this call. Can be a {@see RetrySettings} object, or an
* associative array of retry settings parameters. See the documentation on
Expand Down
40 changes: 22 additions & 18 deletions TextToSpeech/src/V1/SynthesizeLongAudioRequest.php

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

0 comments on commit f089d75

Please sign in to comment.