google-cloud-text_to_speech-v1 1.6.0 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c217ee8a522c789dce75e30d9d1e63c4a64d7e0e1328055469e92f7b8190caf
4
- data.tar.gz: d8ea61924f413f3c14f9319739099c0c3e593791f7e2b34c1a500cc18efe595f
3
+ metadata.gz: b7e9240dceda6bf908d94f65b448935cc8c461f70a4e54bc738349f07ef084b4
4
+ data.tar.gz: 554a40bf73b61daa66adfc7c2aafa1eecb22a3645d9c5defa24248580c1d6b8d
5
5
  SHA512:
6
- metadata.gz: 5a3ce907d7b17a3bb424fb65ce6cb73a59e0639a517288bf2e027a555d2210e27c1bd769102e3375cccb7be42219741942ead9da490885ddbf1e0af62cd243c6
7
- data.tar.gz: a4125f32dd1a5458a420ce9ebd9a35d010ab62b00b0928da0e52e4ce22cbdd2d536a87dc6b2161b3486bc701454ae7dc9d70991e5d75bbbe935535b838109d15
6
+ metadata.gz: a16ef899a14b5235338ca3251d5d7a15a44f1d0f2888cb8ce34669237b7ea2903125c7a6869ef330dee3126693599463a6110b8fd4499239a2d848425f235703
7
+ data.tar.gz: 9baec37bd4e40b201df870e56554df95922f8ec30bcede2dbea043cd705d432f8d2c04b756dc7c308f3c44e448c97da44ff7f59a5809d7be18f9d53fe54984c8
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 2.7+.
89
+ This library is supported on Ruby 3.0+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -357,7 +357,7 @@ module Google
357
357
  end
358
358
 
359
359
  ##
360
- # Performs bidirectional streaming speech synthesis: receive audio while
360
+ # Performs bidirectional streaming speech synthesis: receives audio while
361
361
  # sending text.
362
362
  #
363
363
  # @param request [::Gapic::StreamInput, ::Enumerable<::Google::Cloud::TextToSpeech::V1::StreamingSynthesizeRequest, ::Hash>]
@@ -479,6 +479,13 @@ module Google
479
479
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
480
480
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
481
481
  # * (`nil`) indicating no credentials
482
+ #
483
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
484
+ # external source for authentication to Google Cloud, you must validate it before
485
+ # providing it to a Google API client library. Providing an unvalidated credential
486
+ # configuration to Google APIs can compromise the security of your systems and data.
487
+ # For more information, refer to [Validate credential configurations from external
488
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
482
489
  # @return [::Object]
483
490
  # @!attribute [rw] scope
484
491
  # The OAuth scopes
@@ -393,6 +393,13 @@ module Google
393
393
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
394
394
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
395
395
  # * (`nil`) indicating no credentials
396
+ #
397
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
398
+ # external source for authentication to Google Cloud, you must validate it before
399
+ # providing it to a Google API client library. Providing an unvalidated credential
400
+ # configuration to Google APIs can compromise the security of your systems and data.
401
+ # For more information, refer to [Validate credential configurations from external
402
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
396
403
  # @return [::Object]
397
404
  # @!attribute [rw] scope
398
405
  # The OAuth scopes
@@ -348,6 +348,13 @@ module Google
348
348
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
349
349
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
350
350
  # * (`nil`) indicating no credentials
351
+ #
352
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
353
+ # external source for authentication to Google Cloud, you must validate it before
354
+ # providing it to a Google API client library. Providing an unvalidated credential
355
+ # configuration to Google APIs can compromise the security of your systems and data.
356
+ # For more information, refer to [Validate credential configurations from external
357
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
351
358
  # @return [::Object]
352
359
  # @!attribute [rw] scope
353
360
  # The OAuth scopes
@@ -640,6 +640,13 @@ module Google
640
640
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
641
641
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
642
642
  # * (`nil`) indicating no credentials
643
+ #
644
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
645
+ # external source for authentication to Google Cloud, you must validate it before
646
+ # providing it to a Google API client library. Providing an unvalidated credential
647
+ # configuration to Google APIs can compromise the security of your systems and data.
648
+ # For more information, refer to [Validate credential configurations from external
649
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
643
650
  # @return [::Object]
644
651
  # @!attribute [rw] scope
645
652
  # The OAuth scopes
@@ -332,6 +332,13 @@ module Google
332
332
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
333
333
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
334
334
  # * (`nil`) indicating no credentials
335
+ #
336
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
337
+ # external source for authentication to Google Cloud, you must validate it before
338
+ # providing it to a Google API client library. Providing an unvalidated credential
339
+ # configuration to Google APIs can compromise the security of your systems and data.
340
+ # For more information, refer to [Validate credential configurations from external
341
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
335
342
  # @return [::Object]
336
343
  # @!attribute [rw] scope
337
344
  # The OAuth scopes
@@ -502,6 +502,13 @@ module Google
502
502
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
503
503
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
504
504
  # * (`nil`) indicating no credentials
505
+ #
506
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
507
+ # external source for authentication to Google Cloud, you must validate it before
508
+ # providing it to a Google API client library. Providing an unvalidated credential
509
+ # configuration to Google APIs can compromise the security of your systems and data.
510
+ # For more information, refer to [Validate credential configurations from external
511
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
505
512
  # @return [::Object]
506
513
  # @!attribute [rw] scope
507
514
  # The OAuth scopes
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module TextToSpeech
23
23
  module V1
24
- VERSION = "1.6.0"
24
+ VERSION = "1.8.0"
25
25
  end
26
26
  end
27
27
  end
@@ -10,7 +10,7 @@ require 'google/api/field_behavior_pb'
10
10
  require 'google/api/resource_pb'
11
11
 
12
12
 
13
- descriptor_data = "\n,google/cloud/texttospeech/v1/cloud_tts.proto\x12\x1cgoogle.cloud.texttospeech.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\"/\n\x11ListVoicesRequest\x12\x1a\n\rlanguage_code\x18\x01 \x01(\tB\x03\xe0\x41\x01\"I\n\x12ListVoicesResponse\x12\x33\n\x06voices\x18\x01 \x03(\x0b\x32#.google.cloud.texttospeech.v1.Voice\"\x94\x01\n\x05Voice\x12\x16\n\x0elanguage_codes\x18\x01 \x03(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x42\n\x0bssml_gender\x18\x03 \x01(\x0e\x32-.google.cloud.texttospeech.v1.SsmlVoiceGender\x12!\n\x19natural_sample_rate_hertz\x18\x04 \x01(\x05\"d\n\x14\x41\x64vancedVoiceOptions\x12*\n\x1dlow_latency_journey_synthesis\x18\x01 \x01(\x08H\x00\x88\x01\x01\x42 \n\x1e_low_latency_journey_synthesis\"\xdd\x02\n\x17SynthesizeSpeechRequest\x12@\n\x05input\x18\x01 \x01(\x0b\x32,.google.cloud.texttospeech.v1.SynthesisInputB\x03\xe0\x41\x02\x12\x46\n\x05voice\x18\x02 \x01(\x0b\x32\x32.google.cloud.texttospeech.v1.VoiceSelectionParamsB\x03\xe0\x41\x02\x12\x44\n\x0c\x61udio_config\x18\x03 \x01(\x0b\x32).google.cloud.texttospeech.v1.AudioConfigB\x03\xe0\x41\x02\x12W\n\x16\x61\x64vanced_voice_options\x18\x08 \x01(\x0b\x32\x32.google.cloud.texttospeech.v1.AdvancedVoiceOptionsH\x00\x88\x01\x01\x42\x19\n\x17_advanced_voice_options\"\xda\x02\n\x19\x43ustomPronunciationParams\x12\x13\n\x06phrase\x18\x01 \x01(\tH\x00\x88\x01\x01\x12h\n\x11phonetic_encoding\x18\x02 \x01(\x0e\x32H.google.cloud.texttospeech.v1.CustomPronunciationParams.PhoneticEncodingH\x01\x88\x01\x01\x12\x1a\n\rpronunciation\x18\x03 \x01(\tH\x02\x88\x01\x01\"o\n\x10PhoneticEncoding\x12!\n\x1dPHONETIC_ENCODING_UNSPECIFIED\x10\x00\x12\x19\n\x15PHONETIC_ENCODING_IPA\x10\x01\x12\x1d\n\x19PHONETIC_ENCODING_X_SAMPA\x10\x02\x42\t\n\x07_phraseB\x14\n\x12_phonetic_encodingB\x10\n\x0e_pronunciation\"g\n\x14\x43ustomPronunciations\x12O\n\x0epronunciations\x18\x01 \x03(\x0b\x32\x37.google.cloud.texttospeech.v1.CustomPronunciationParams\"\x90\x01\n\x12MultiSpeakerMarkup\x12I\n\x05turns\x18\x01 \x03(\x0b\x32\x35.google.cloud.texttospeech.v1.MultiSpeakerMarkup.TurnB\x03\xe0\x41\x02\x1a/\n\x04Turn\x12\x14\n\x07speaker\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x11\n\x04text\x18\x02 \x01(\tB\x03\xe0\x41\x02\"\xea\x01\n\x0eSynthesisInput\x12\x0e\n\x04text\x18\x01 \x01(\tH\x00\x12\x0e\n\x04ssml\x18\x02 \x01(\tH\x00\x12P\n\x14multi_speaker_markup\x18\x04 \x01(\x0b\x32\x30.google.cloud.texttospeech.v1.MultiSpeakerMarkupH\x00\x12V\n\x15\x63ustom_pronunciations\x18\x03 \x01(\x0b\x32\x32.google.cloud.texttospeech.v1.CustomPronunciationsB\x03\xe0\x41\x01\x42\x0e\n\x0cinput_source\"\x95\x02\n\x14VoiceSelectionParams\x12\x1a\n\rlanguage_code\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x42\n\x0bssml_gender\x18\x03 \x01(\x0e\x32-.google.cloud.texttospeech.v1.SsmlVoiceGender\x12\x45\n\x0c\x63ustom_voice\x18\x04 \x01(\x0b\x32/.google.cloud.texttospeech.v1.CustomVoiceParams\x12H\n\x0bvoice_clone\x18\x05 \x01(\x0b\x32..google.cloud.texttospeech.v1.VoiceCloneParamsB\x03\xe0\x41\x01\"\xf1\x01\n\x0b\x41udioConfig\x12H\n\x0e\x61udio_encoding\x18\x01 \x01(\x0e\x32+.google.cloud.texttospeech.v1.AudioEncodingB\x03\xe0\x41\x02\x12\x1d\n\rspeaking_rate\x18\x02 \x01(\x01\x42\x06\xe0\x41\x04\xe0\x41\x01\x12\x15\n\x05pitch\x18\x03 \x01(\x01\x42\x06\xe0\x41\x04\xe0\x41\x01\x12\x1e\n\x0evolume_gain_db\x18\x04 \x01(\x01\x42\x06\xe0\x41\x04\xe0\x41\x01\x12\x1e\n\x11sample_rate_hertz\x18\x05 \x01(\x05\x42\x03\xe0\x41\x01\x12\"\n\x12\x65\x66\x66\x65\x63ts_profile_id\x18\x06 \x03(\tB\x06\xe0\x41\x04\xe0\x41\x01\"\xf1\x01\n\x11\x43ustomVoiceParams\x12\x32\n\x05model\x18\x01 \x01(\tB#\xe0\x41\x02\xfa\x41\x1d\n\x1b\x61utoml.googleapis.com/Model\x12\\\n\x0ereported_usage\x18\x03 \x01(\x0e\x32=.google.cloud.texttospeech.v1.CustomVoiceParams.ReportedUsageB\x05\x18\x01\xe0\x41\x01\"J\n\rReportedUsage\x12\x1e\n\x1aREPORTED_USAGE_UNSPECIFIED\x10\x00\x12\x0c\n\x08REALTIME\x10\x01\x12\x0b\n\x07OFFLINE\x10\x02\"2\n\x10VoiceCloneParams\x12\x1e\n\x11voice_cloning_key\x18\x01 \x01(\tB\x03\xe0\x41\x02\"1\n\x18SynthesizeSpeechResponse\x12\x15\n\raudio_content\x18\x01 \x01(\x0c\"\x80\x01\n\x14StreamingAudioConfig\x12H\n\x0e\x61udio_encoding\x18\x01 \x01(\x0e\x32+.google.cloud.texttospeech.v1.AudioEncodingB\x03\xe0\x41\x02\x12\x1e\n\x11sample_rate_hertz\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\"\xbc\x01\n\x19StreamingSynthesizeConfig\x12\x46\n\x05voice\x18\x01 \x01(\x0b\x32\x32.google.cloud.texttospeech.v1.VoiceSelectionParamsB\x03\xe0\x41\x02\x12W\n\x16streaming_audio_config\x18\x04 \x01(\x0b\x32\x32.google.cloud.texttospeech.v1.StreamingAudioConfigB\x03\xe0\x41\x01\"9\n\x17StreamingSynthesisInput\x12\x0e\n\x04text\x18\x01 \x01(\tH\x00\x42\x0e\n\x0cinput_source\"\xce\x01\n\x1aStreamingSynthesizeRequest\x12S\n\x10streaming_config\x18\x01 \x01(\x0b\x32\x37.google.cloud.texttospeech.v1.StreamingSynthesizeConfigH\x00\x12\x46\n\x05input\x18\x02 \x01(\x0b\x32\x35.google.cloud.texttospeech.v1.StreamingSynthesisInputH\x00\x42\x13\n\x11streaming_request\"4\n\x1bStreamingSynthesizeResponse\x12\x15\n\raudio_content\x18\x01 \x01(\x0c*W\n\x0fSsmlVoiceGender\x12!\n\x1dSSML_VOICE_GENDER_UNSPECIFIED\x10\x00\x12\x08\n\x04MALE\x10\x01\x12\n\n\x06\x46\x45MALE\x10\x02\x12\x0b\n\x07NEUTRAL\x10\x03*r\n\rAudioEncoding\x12\x1e\n\x1a\x41UDIO_ENCODING_UNSPECIFIED\x10\x00\x12\x0c\n\x08LINEAR16\x10\x01\x12\x07\n\x03MP3\x10\x02\x12\x0c\n\x08OGG_OPUS\x10\x03\x12\t\n\x05MULAW\x10\x05\x12\x08\n\x04\x41LAW\x10\x06\x12\x07\n\x03PCM\x10\x07\x32\xc7\x04\n\x0cTextToSpeech\x12\x93\x01\n\nListVoices\x12/.google.cloud.texttospeech.v1.ListVoicesRequest\x1a\x30.google.cloud.texttospeech.v1.ListVoicesResponse\"\"\xda\x41\rlanguage_code\x82\xd3\xe4\x93\x02\x0c\x12\n/v1/voices\x12\xbc\x01\n\x10SynthesizeSpeech\x12\x35.google.cloud.texttospeech.v1.SynthesizeSpeechRequest\x1a\x36.google.cloud.texttospeech.v1.SynthesizeSpeechResponse\"9\xda\x41\x18input,voice,audio_config\x82\xd3\xe4\x93\x02\x18\"\x13/v1/text:synthesize:\x01*\x12\x90\x01\n\x13StreamingSynthesize\x12\x38.google.cloud.texttospeech.v1.StreamingSynthesizeRequest\x1a\x39.google.cloud.texttospeech.v1.StreamingSynthesizeResponse\"\x00(\x01\x30\x01\x1aO\xca\x41\x1btexttospeech.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xbc\x02\n com.google.cloud.texttospeech.v1B\x11TextToSpeechProtoP\x01ZDcloud.google.com/go/texttospeech/apiv1/texttospeechpb;texttospeechpb\xa2\x02\x04\x43TTS\xaa\x02\x1cGoogle.Cloud.TextToSpeech.V1\xca\x02\x1cGoogle\\Cloud\\TextToSpeech\\V1\xea\x02\x1fGoogle::Cloud::TextToSpeech::V1\xea\x41U\n\x1b\x61utoml.googleapis.com/Model\x12\x36projects/{project}/locations/{location}/models/{model}b\x06proto3"
13
+ descriptor_data = "\n,google/cloud/texttospeech/v1/cloud_tts.proto\x12\x1cgoogle.cloud.texttospeech.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\"/\n\x11ListVoicesRequest\x12\x1a\n\rlanguage_code\x18\x01 \x01(\tB\x03\xe0\x41\x01\"I\n\x12ListVoicesResponse\x12\x33\n\x06voices\x18\x01 \x03(\x0b\x32#.google.cloud.texttospeech.v1.Voice\"\x94\x01\n\x05Voice\x12\x16\n\x0elanguage_codes\x18\x01 \x03(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x42\n\x0bssml_gender\x18\x03 \x01(\x0e\x32-.google.cloud.texttospeech.v1.SsmlVoiceGender\x12!\n\x19natural_sample_rate_hertz\x18\x04 \x01(\x05\"d\n\x14\x41\x64vancedVoiceOptions\x12*\n\x1dlow_latency_journey_synthesis\x18\x01 \x01(\x08H\x00\x88\x01\x01\x42 \n\x1e_low_latency_journey_synthesis\"\xdd\x02\n\x17SynthesizeSpeechRequest\x12@\n\x05input\x18\x01 \x01(\x0b\x32,.google.cloud.texttospeech.v1.SynthesisInputB\x03\xe0\x41\x02\x12\x46\n\x05voice\x18\x02 \x01(\x0b\x32\x32.google.cloud.texttospeech.v1.VoiceSelectionParamsB\x03\xe0\x41\x02\x12\x44\n\x0c\x61udio_config\x18\x03 \x01(\x0b\x32).google.cloud.texttospeech.v1.AudioConfigB\x03\xe0\x41\x02\x12W\n\x16\x61\x64vanced_voice_options\x18\x08 \x01(\x0b\x32\x32.google.cloud.texttospeech.v1.AdvancedVoiceOptionsH\x00\x88\x01\x01\x42\x19\n\x17_advanced_voice_options\"\xda\x02\n\x19\x43ustomPronunciationParams\x12\x13\n\x06phrase\x18\x01 \x01(\tH\x00\x88\x01\x01\x12h\n\x11phonetic_encoding\x18\x02 \x01(\x0e\x32H.google.cloud.texttospeech.v1.CustomPronunciationParams.PhoneticEncodingH\x01\x88\x01\x01\x12\x1a\n\rpronunciation\x18\x03 \x01(\tH\x02\x88\x01\x01\"o\n\x10PhoneticEncoding\x12!\n\x1dPHONETIC_ENCODING_UNSPECIFIED\x10\x00\x12\x19\n\x15PHONETIC_ENCODING_IPA\x10\x01\x12\x1d\n\x19PHONETIC_ENCODING_X_SAMPA\x10\x02\x42\t\n\x07_phraseB\x14\n\x12_phonetic_encodingB\x10\n\x0e_pronunciation\"g\n\x14\x43ustomPronunciations\x12O\n\x0epronunciations\x18\x01 \x03(\x0b\x32\x37.google.cloud.texttospeech.v1.CustomPronunciationParams\"\x90\x01\n\x12MultiSpeakerMarkup\x12I\n\x05turns\x18\x01 \x03(\x0b\x32\x35.google.cloud.texttospeech.v1.MultiSpeakerMarkup.TurnB\x03\xe0\x41\x02\x1a/\n\x04Turn\x12\x14\n\x07speaker\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x11\n\x04text\x18\x02 \x01(\tB\x03\xe0\x41\x02\"\xea\x01\n\x0eSynthesisInput\x12\x0e\n\x04text\x18\x01 \x01(\tH\x00\x12\x0e\n\x04ssml\x18\x02 \x01(\tH\x00\x12P\n\x14multi_speaker_markup\x18\x04 \x01(\x0b\x32\x30.google.cloud.texttospeech.v1.MultiSpeakerMarkupH\x00\x12V\n\x15\x63ustom_pronunciations\x18\x03 \x01(\x0b\x32\x32.google.cloud.texttospeech.v1.CustomPronunciationsB\x03\xe0\x41\x01\x42\x0e\n\x0cinput_source\"\x95\x02\n\x14VoiceSelectionParams\x12\x1a\n\rlanguage_code\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x42\n\x0bssml_gender\x18\x03 \x01(\x0e\x32-.google.cloud.texttospeech.v1.SsmlVoiceGender\x12\x45\n\x0c\x63ustom_voice\x18\x04 \x01(\x0b\x32/.google.cloud.texttospeech.v1.CustomVoiceParams\x12H\n\x0bvoice_clone\x18\x05 \x01(\x0b\x32..google.cloud.texttospeech.v1.VoiceCloneParamsB\x03\xe0\x41\x01\"\xf1\x01\n\x0b\x41udioConfig\x12H\n\x0e\x61udio_encoding\x18\x01 \x01(\x0e\x32+.google.cloud.texttospeech.v1.AudioEncodingB\x03\xe0\x41\x02\x12\x1d\n\rspeaking_rate\x18\x02 \x01(\x01\x42\x06\xe0\x41\x04\xe0\x41\x01\x12\x15\n\x05pitch\x18\x03 \x01(\x01\x42\x06\xe0\x41\x04\xe0\x41\x01\x12\x1e\n\x0evolume_gain_db\x18\x04 \x01(\x01\x42\x06\xe0\x41\x04\xe0\x41\x01\x12\x1e\n\x11sample_rate_hertz\x18\x05 \x01(\x05\x42\x03\xe0\x41\x01\x12\"\n\x12\x65\x66\x66\x65\x63ts_profile_id\x18\x06 \x03(\tB\x06\xe0\x41\x04\xe0\x41\x01\"\xf1\x01\n\x11\x43ustomVoiceParams\x12\x32\n\x05model\x18\x01 \x01(\tB#\xe0\x41\x02\xfa\x41\x1d\n\x1b\x61utoml.googleapis.com/Model\x12\\\n\x0ereported_usage\x18\x03 \x01(\x0e\x32=.google.cloud.texttospeech.v1.CustomVoiceParams.ReportedUsageB\x05\x18\x01\xe0\x41\x01\"J\n\rReportedUsage\x12\x1e\n\x1aREPORTED_USAGE_UNSPECIFIED\x10\x00\x12\x0c\n\x08REALTIME\x10\x01\x12\x0b\n\x07OFFLINE\x10\x02\"2\n\x10VoiceCloneParams\x12\x1e\n\x11voice_cloning_key\x18\x01 \x01(\tB\x03\xe0\x41\x02\"1\n\x18SynthesizeSpeechResponse\x12\x15\n\raudio_content\x18\x01 \x01(\x0c\"\x9f\x01\n\x14StreamingAudioConfig\x12H\n\x0e\x61udio_encoding\x18\x01 \x01(\x0e\x32+.google.cloud.texttospeech.v1.AudioEncodingB\x03\xe0\x41\x02\x12\x1e\n\x11sample_rate_hertz\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x1d\n\rspeaking_rate\x18\x03 \x01(\x01\x42\x06\xe0\x41\x04\xe0\x41\x01\"\x94\x02\n\x19StreamingSynthesizeConfig\x12\x46\n\x05voice\x18\x01 \x01(\x0b\x32\x32.google.cloud.texttospeech.v1.VoiceSelectionParamsB\x03\xe0\x41\x02\x12W\n\x16streaming_audio_config\x18\x04 \x01(\x0b\x32\x32.google.cloud.texttospeech.v1.StreamingAudioConfigB\x03\xe0\x41\x01\x12V\n\x15\x63ustom_pronunciations\x18\x05 \x01(\x0b\x32\x32.google.cloud.texttospeech.v1.CustomPronunciationsB\x03\xe0\x41\x01\"9\n\x17StreamingSynthesisInput\x12\x0e\n\x04text\x18\x01 \x01(\tH\x00\x42\x0e\n\x0cinput_source\"\xce\x01\n\x1aStreamingSynthesizeRequest\x12S\n\x10streaming_config\x18\x01 \x01(\x0b\x32\x37.google.cloud.texttospeech.v1.StreamingSynthesizeConfigH\x00\x12\x46\n\x05input\x18\x02 \x01(\x0b\x32\x35.google.cloud.texttospeech.v1.StreamingSynthesisInputH\x00\x42\x13\n\x11streaming_request\"4\n\x1bStreamingSynthesizeResponse\x12\x15\n\raudio_content\x18\x01 \x01(\x0c*W\n\x0fSsmlVoiceGender\x12!\n\x1dSSML_VOICE_GENDER_UNSPECIFIED\x10\x00\x12\x08\n\x04MALE\x10\x01\x12\n\n\x06\x46\x45MALE\x10\x02\x12\x0b\n\x07NEUTRAL\x10\x03*r\n\rAudioEncoding\x12\x1e\n\x1a\x41UDIO_ENCODING_UNSPECIFIED\x10\x00\x12\x0c\n\x08LINEAR16\x10\x01\x12\x07\n\x03MP3\x10\x02\x12\x0c\n\x08OGG_OPUS\x10\x03\x12\t\n\x05MULAW\x10\x05\x12\x08\n\x04\x41LAW\x10\x06\x12\x07\n\x03PCM\x10\x07\x32\xc7\x04\n\x0cTextToSpeech\x12\x93\x01\n\nListVoices\x12/.google.cloud.texttospeech.v1.ListVoicesRequest\x1a\x30.google.cloud.texttospeech.v1.ListVoicesResponse\"\"\xda\x41\rlanguage_code\x82\xd3\xe4\x93\x02\x0c\x12\n/v1/voices\x12\xbc\x01\n\x10SynthesizeSpeech\x12\x35.google.cloud.texttospeech.v1.SynthesizeSpeechRequest\x1a\x36.google.cloud.texttospeech.v1.SynthesizeSpeechResponse\"9\xda\x41\x18input,voice,audio_config\x82\xd3\xe4\x93\x02\x18\"\x13/v1/text:synthesize:\x01*\x12\x90\x01\n\x13StreamingSynthesize\x12\x38.google.cloud.texttospeech.v1.StreamingSynthesizeRequest\x1a\x39.google.cloud.texttospeech.v1.StreamingSynthesizeResponse\"\x00(\x01\x30\x01\x1aO\xca\x41\x1btexttospeech.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xbc\x02\n com.google.cloud.texttospeech.v1B\x11TextToSpeechProtoP\x01ZDcloud.google.com/go/texttospeech/apiv1/texttospeechpb;texttospeechpb\xa2\x02\x04\x43TTS\xaa\x02\x1cGoogle.Cloud.TextToSpeech.V1\xca\x02\x1cGoogle\\Cloud\\TextToSpeech\\V1\xea\x02\x1fGoogle::Cloud::TextToSpeech::V1\xea\x41U\n\x1b\x61utoml.googleapis.com/Model\x12\x36projects/{project}/locations/{location}/models/{model}b\x06proto3"
14
14
 
15
15
  pool = Google::Protobuf::DescriptorPool.generated_pool
16
16
 
@@ -38,7 +38,7 @@ module Google
38
38
  # Synthesizes speech synchronously: receive results after all text input
39
39
  # has been processed.
40
40
  rpc :SynthesizeSpeech, ::Google::Cloud::TextToSpeech::V1::SynthesizeSpeechRequest, ::Google::Cloud::TextToSpeech::V1::SynthesizeSpeechResponse
41
- # Performs bidirectional streaming speech synthesis: receive audio while
41
+ # Performs bidirectional streaming speech synthesis: receives audio while
42
42
  # sending text.
43
43
  rpc :StreamingSynthesize, stream(::Google::Cloud::TextToSpeech::V1::StreamingSynthesizeRequest), stream(::Google::Cloud::TextToSpeech::V1::StreamingSynthesizeResponse)
44
44
  end
@@ -221,6 +221,12 @@ module Google
221
221
  # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
222
  # enabled by default 1 month after launching the feature in preview
223
223
  # packages.
224
+ # @!attribute [rw] unversioned_package_disabled
225
+ # @return [::Boolean]
226
+ # Disables generation of an unversioned Python package for this client
227
+ # library. This means that the module names will need to be versioned in
228
+ # import statements. For example `import google.cloud.library_v2` instead
229
+ # of `import google.cloud.library`.
224
230
  class ExperimentalFeatures
225
231
  include ::Google::Protobuf::MessageExts
226
232
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -409,6 +415,14 @@ module Google
409
415
  # @return [::Array<::String>]
410
416
  # An allowlist of the fully qualified names of RPCs that should be included
411
417
  # on public client surfaces.
418
+ # @!attribute [rw] generate_omitted_as_internal
419
+ # @return [::Boolean]
420
+ # Setting this to true indicates to the client generators that methods
421
+ # that would be excluded from the generation should instead be generated
422
+ # in a way that indicates these methods should not be consumed by
423
+ # end users. How this is expressed is up to individual language
424
+ # implementations to decide. Some examples may be: added annotations,
425
+ # obfuscated identifiers, or other language idiomatic patterns.
412
426
  class SelectiveGapicGeneration
413
427
  include ::Google::Protobuf::MessageExts
414
428
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -69,8 +69,8 @@ module Google
69
69
  # Used for advanced voice options.
70
70
  # @!attribute [rw] low_latency_journey_synthesis
71
71
  # @return [::Boolean]
72
- # Only for Journey voices. If false, the synthesis will be context aware
73
- # and have higher latency.
72
+ # Only for Journey voices. If false, the synthesis is context aware
73
+ # and has a higher latency.
74
74
  class AdvancedVoiceOptions
75
75
  include ::Google::Protobuf::MessageExts
76
76
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -97,9 +97,9 @@ module Google
97
97
  # Pronunciation customization for a phrase.
98
98
  # @!attribute [rw] phrase
99
99
  # @return [::String]
100
- # The phrase to which the customization will be applied.
101
- # The phrase can be multiple words (in the case of proper nouns etc), but
102
- # should not span to a whole sentence.
100
+ # The phrase to which the customization is applied.
101
+ # The phrase can be multiple words, such as proper nouns, but shouldn't span
102
+ # the length of the sentence.
103
103
  # @!attribute [rw] phonetic_encoding
104
104
  # @return [::Google::Cloud::TextToSpeech::V1::CustomPronunciationParams::PhoneticEncoding]
105
105
  # The phonetic encoding of the phrase.
@@ -116,11 +116,11 @@ module Google
116
116
  # Not specified.
117
117
  PHONETIC_ENCODING_UNSPECIFIED = 0
118
118
 
119
- # IPA. (e.g. apple -> ˈæpəl )
119
+ # IPA, such as apple -> ˈæpəl.
120
120
  # https://en.wikipedia.org/wiki/International_Phonetic_Alphabet
121
121
  PHONETIC_ENCODING_IPA = 1
122
122
 
123
- # X-SAMPA (e.g. apple -> "{p@l" )
123
+ # X-SAMPA, such as apple -> "{p@l".
124
124
  # https://en.wikipedia.org/wiki/X-SAMPA
125
125
  PHONETIC_ENCODING_X_SAMPA = 2
126
126
  end
@@ -129,7 +129,7 @@ module Google
129
129
  # A collection of pronunciation customizations.
130
130
  # @!attribute [rw] pronunciations
131
131
  # @return [::Array<::Google::Cloud::TextToSpeech::V1::CustomPronunciationParams>]
132
- # The pronunciation customizations to be applied.
132
+ # The pronunciation customizations are applied.
133
133
  class CustomPronunciations
134
134
  include ::Google::Protobuf::MessageExts
135
135
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -143,7 +143,7 @@ module Google
143
143
  include ::Google::Protobuf::MessageExts
144
144
  extend ::Google::Protobuf::MessageExts::ClassMethods
145
145
 
146
- # A Multi-speaker turn.
146
+ # A multi-speaker turn.
147
147
  # @!attribute [rw] speaker
148
148
  # @return [::String]
149
149
  # Required. The speaker of the turn, for example, 'O' or 'Q'. Please refer
@@ -164,6 +164,8 @@ module Google
164
164
  # @!attribute [rw] text
165
165
  # @return [::String]
166
166
  # The raw text to be synthesized.
167
+ #
168
+ # Note: The following fields are mutually exclusive: `text`, `ssml`, `multi_speaker_markup`. If a field in that set is populated, all other fields in the set will automatically be cleared.
167
169
  # @!attribute [rw] ssml
168
170
  # @return [::String]
169
171
  # The SSML document to be synthesized. The SSML document must be valid
@@ -171,24 +173,26 @@ module Google
171
173
  # [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]. For
172
174
  # more information, see
173
175
  # [SSML](https://cloud.google.com/text-to-speech/docs/ssml).
176
+ #
177
+ # Note: The following fields are mutually exclusive: `ssml`, `text`, `multi_speaker_markup`. If a field in that set is populated, all other fields in the set will automatically be cleared.
174
178
  # @!attribute [rw] multi_speaker_markup
175
179
  # @return [::Google::Cloud::TextToSpeech::V1::MultiSpeakerMarkup]
176
180
  # The multi-speaker input to be synthesized. Only applicable for
177
181
  # multi-speaker synthesis.
182
+ #
183
+ # Note: The following fields are mutually exclusive: `multi_speaker_markup`, `text`, `ssml`. If a field in that set is populated, all other fields in the set will automatically be cleared.
178
184
  # @!attribute [rw] custom_pronunciations
179
185
  # @return [::Google::Cloud::TextToSpeech::V1::CustomPronunciations]
180
- # Optional. The pronunciation customizations to be applied to the input. If
181
- # this is set, the input will be synthesized using the given pronunciation
186
+ # Optional. The pronunciation customizations are applied to the input. If
187
+ # this is set, the input is synthesized using the given pronunciation
182
188
  # customizations.
183
189
  #
184
- # The initial support will be for EFIGS (English, French,
185
- # Italian, German, Spanish) languages, as provided in
186
- # VoiceSelectionParams. Journey and Instant Clone voices are
187
- # not supported yet.
190
+ # The initial support is for en-us, with plans to expand to other locales in
191
+ # the future. Instant Clone voices aren't supported.
188
192
  #
189
193
  # In order to customize the pronunciation of a phrase, there must be an exact
190
194
  # match of the phrase in the input types. If using SSML, the phrase must not
191
- # be inside a phoneme tag (entirely or partially).
195
+ # be inside a phoneme tag.
192
196
  class SynthesisInput
193
197
  include ::Google::Protobuf::MessageExts
194
198
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -228,8 +232,8 @@ module Google
228
232
  # @!attribute [rw] voice_clone
229
233
  # @return [::Google::Cloud::TextToSpeech::V1::VoiceCloneParams]
230
234
  # Optional. The configuration for a voice clone. If
231
- # [VoiceCloneParams.voice_clone_key] is set, the service will choose the
232
- # voice clone matching the specified configuration.
235
+ # [VoiceCloneParams.voice_clone_key] is set, the service chooses the voice
236
+ # clone matching the specified configuration.
233
237
  class VoiceSelectionParams
234
238
  include ::Google::Protobuf::MessageExts
235
239
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -241,10 +245,10 @@ module Google
241
245
  # Required. The format of the audio byte stream.
242
246
  # @!attribute [rw] speaking_rate
243
247
  # @return [::Float]
244
- # Optional. Input only. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is
248
+ # Optional. Input only. Speaking rate/speed, in the range [0.25, 2.0]. 1.0 is
245
249
  # the normal native speed supported by the specific voice. 2.0 is twice as
246
250
  # fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0
247
- # speed. Any other values < 0.25 or > 4.0 will return an error.
251
+ # speed. Any other values < 0.25 or > 2.0 will return an error.
248
252
  # @!attribute [rw] pitch
249
253
  # @return [::Float]
250
254
  # Optional. Input only. Speaking pitch, in the range [-20.0, 20.0]. 20 means
@@ -337,11 +341,17 @@ module Google
337
341
  # @!attribute [rw] audio_encoding
338
342
  # @return [::Google::Cloud::TextToSpeech::V1::AudioEncoding]
339
343
  # Required. The format of the audio byte stream.
340
- # For now, streaming only supports PCM and OGG_OPUS. All other encodings
341
- # will return an error.
344
+ # Streaming supports PCM, ALAW, MULAW and OGG_OPUS. All other encodings
345
+ # return an error.
342
346
  # @!attribute [rw] sample_rate_hertz
343
347
  # @return [::Integer]
344
348
  # Optional. The synthesis sample rate (in hertz) for this audio.
349
+ # @!attribute [rw] speaking_rate
350
+ # @return [::Float]
351
+ # Optional. Input only. Speaking rate/speed, in the range [0.25, 2.0]. 1.0 is
352
+ # the normal native speed supported by the specific voice. 2.0 is twice as
353
+ # fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0
354
+ # speed. Any other values < 0.25 or > 2.0 will return an error.
345
355
  class StreamingAudioConfig
346
356
  include ::Google::Protobuf::MessageExts
347
357
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -354,6 +364,18 @@ module Google
354
364
  # @!attribute [rw] streaming_audio_config
355
365
  # @return [::Google::Cloud::TextToSpeech::V1::StreamingAudioConfig]
356
366
  # Optional. The configuration of the synthesized audio.
367
+ # @!attribute [rw] custom_pronunciations
368
+ # @return [::Google::Cloud::TextToSpeech::V1::CustomPronunciations]
369
+ # Optional. The pronunciation customizations are applied to the input. If
370
+ # this is set, the input is synthesized using the given pronunciation
371
+ # customizations.
372
+ #
373
+ # The initial support is for en-us, with plans to expand to other locales in
374
+ # the future. Instant Clone voices aren't supported.
375
+ #
376
+ # In order to customize the pronunciation of a phrase, there must be an exact
377
+ # match of the phrase in the input types. If using SSML, the phrase must not
378
+ # be inside a phoneme tag.
357
379
  class StreamingSynthesizeConfig
358
380
  include ::Google::Protobuf::MessageExts
359
381
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -363,9 +385,8 @@ module Google
363
385
  # @!attribute [rw] text
364
386
  # @return [::String]
365
387
  # The raw text to be synthesized. It is recommended that each input
366
- # contains complete, terminating sentences, as this will likely result in
367
- # better prosody in the output audio. That being said, users are free to
368
- # input text however they please.
388
+ # contains complete, terminating sentences, which results in better prosody
389
+ # in the output audio.
369
390
  class StreamingSynthesisInput
370
391
  include ::Google::Protobuf::MessageExts
371
392
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -380,10 +401,14 @@ module Google
380
401
  # @return [::Google::Cloud::TextToSpeech::V1::StreamingSynthesizeConfig]
381
402
  # StreamingSynthesizeConfig to be used in this streaming attempt. Only
382
403
  # specified in the first message sent in a `StreamingSynthesize` call.
404
+ #
405
+ # Note: The following fields are mutually exclusive: `streaming_config`, `input`. If a field in that set is populated, all other fields in the set will automatically be cleared.
383
406
  # @!attribute [rw] input
384
407
  # @return [::Google::Cloud::TextToSpeech::V1::StreamingSynthesisInput]
385
408
  # Input to synthesize. Specified in all messages but the first in a
386
409
  # `StreamingSynthesize` call.
410
+ #
411
+ # Note: The following fields are mutually exclusive: `input`, `streaming_config`. If a field in that set is populated, all other fields in the set will automatically be cleared.
387
412
  class StreamingSynthesizeRequest
388
413
  include ::Google::Protobuf::MessageExts
389
414
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -435,7 +460,7 @@ module Google
435
460
  # MP3 audio at 32kbps.
436
461
  MP3 = 2
437
462
 
438
- # Opus encoded audio wrapped in an ogg container. The result will be a
463
+ # Opus encoded audio wrapped in an ogg container. The result is a
439
464
  # file which can be played natively on Android, and in browsers (at least
440
465
  # Chrome and Firefox). The quality of the encoding is considerably higher
441
466
  # than MP3 while using approximately the same bitrate.
@@ -450,7 +475,7 @@ module Google
450
475
  ALAW = 6
451
476
 
452
477
  # Uncompressed 16-bit signed little-endian samples (Linear PCM).
453
- # Note that as opposed to LINEAR16, audio will not be wrapped in a WAV (or
478
+ # Note that as opposed to LINEAR16, audio won't be wrapped in a WAV (or
454
479
  # any other) header.
455
480
  PCM = 7
456
481
  end
@@ -40,6 +40,8 @@ module Google
40
40
  # @!attribute [rw] error
41
41
  # @return [::Google::Rpc::Status]
42
42
  # The error result of the operation in case of failure or cancellation.
43
+ #
44
+ # Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
43
45
  # @!attribute [rw] response
44
46
  # @return [::Google::Protobuf::Any]
45
47
  # The normal, successful response of the operation. If the original
@@ -50,6 +52,8 @@ module Google
50
52
  # is the original method name. For example, if the original method name
51
53
  # is `TakeSnapshot()`, the inferred response type is
52
54
  # `TakeSnapshotResponse`.
55
+ #
56
+ # Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
53
57
  class Operation
54
58
  include ::Google::Protobuf::MessageExts
55
59
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-text_to_speech-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-15 00:00:00.000000000 Z
10
+ date: 2025-04-18 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -15,7 +15,7 @@ dependencies:
15
15
  requirements:
16
16
  - - ">="
17
17
  - !ruby/object:Gem::Version
18
- version: 0.24.0
18
+ version: 0.25.0
19
19
  - - "<"
20
20
  - !ruby/object:Gem::Version
21
21
  version: 2.a
@@ -25,7 +25,7 @@ dependencies:
25
25
  requirements:
26
26
  - - ">="
27
27
  - !ruby/object:Gem::Version
28
- version: 0.24.0
28
+ version: 0.25.0
29
29
  - - "<"
30
30
  - !ruby/object:Gem::Version
31
31
  version: 2.a
@@ -105,14 +105,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
105
105
  requirements:
106
106
  - - ">="
107
107
  - !ruby/object:Gem::Version
108
- version: '2.7'
108
+ version: '3.0'
109
109
  required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  requirements:
111
111
  - - ">="
112
112
  - !ruby/object:Gem::Version
113
113
  version: '0'
114
114
  requirements: []
115
- rubygems_version: 3.6.2
115
+ rubygems_version: 3.6.5
116
116
  specification_version: 4
117
117
  summary: Synthesizes natural-sounding speech by applying powerful neural network models.
118
118
  test_files: []