Skip to content

Commit 1fe7714

Browse files
feat(text_to_speech-v1): Support for speaking rate and custom pronunciations (googleapis#29436)
1 parent 40b7dae commit 1fe7714

4 files changed

Lines changed: 45 additions & 30 deletions

File tree

google-cloud-text_to_speech-v1/lib/google/cloud/text_to_speech/v1/text_to_speech/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ def synthesize_speech request, options = nil
357357
end
358358

359359
##
360-
# Performs bidirectional streaming speech synthesis: receive audio while
360+
# Performs bidirectional streaming speech synthesis: receives audio while
361361
# sending text.
362362
#
363363
# @param request [::Gapic::StreamInput, ::Enumerable<::Google::Cloud::TextToSpeech::V1::StreamingSynthesizeRequest, ::Hash>]

google-cloud-text_to_speech-v1/lib/google/cloud/texttospeech/v1/cloud_tts_pb.rb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-cloud-text_to_speech-v1/lib/google/cloud/texttospeech/v1/cloud_tts_services_pb.rb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)