Skip to content

Commit

Permalink
docs: [google-cloud-texttospeech] update Long Audio capabilities to i…
Browse files Browse the repository at this point in the history
…nclude SSML (#13031)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 666797967

Source-Link:
googleapis/googleapis@818d9fd

Source-Link:
googleapis/googleapis-gen@983f7c8
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXRleHR0b3NwZWVjaC8uT3dsQm90LnlhbWwiLCJoIjoiOTgzZjdjODJjZjk4YjhhNmEzOWJiYjI1NDcxN2IwYjVjNDg0ZTE1YiJ9

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Aug 26, 2024
1 parent 812331c commit 46ef325
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.17.1" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.17.1" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.17.1" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ class SynthesizeLongAudioRequest(proto.Message):
``projects/*/locations/*``.
input (google.cloud.texttospeech_v1beta1.types.SynthesisInput):
Required. The Synthesizer requires either
plain text or SSML as input. While Long Audio is
in preview, SSML is temporarily unsupported.
plain text or SSML as input.
audio_config (google.cloud.texttospeech_v1beta1.types.AudioConfig):
Required. The configuration of the
synthesized audio.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-texttospeech",
"version": "2.17.1"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-texttospeech",
"version": "2.17.1"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 46ef325

Please sign in to comment.