google-apis-texttospeech_v1beta1 0.32.0 → 0.33.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: 86f202c758dbfd93af47de1b296be21b6ccc2315053335798494ac0cd47433fb
4
- data.tar.gz: 57fdb8d4916afde4c35f59cb8f5f9794ec9125ae4697e6e5c45225428b8b2918
3
+ metadata.gz: d161e9971b8d43eb9b58ac9f4373bca0767e929395444563dd7795bb8159af8e
4
+ data.tar.gz: 24818673e90ddfbfeb5eee47c7be1bf91bf740b4354e256a0333f6d679f86cfd
5
5
  SHA512:
6
- metadata.gz: c284d6ce471c125bddb97419711d99f2c0a43bdae24a8d95da1c7ac64c6852ad091521121b0b74b1d45508699793c7bd69b817a582fbafe69f8fa366f59a831a
7
- data.tar.gz: 9833f56bb07e861ad01e89b8fb48d0a6d3c7fddfe149045850f88b7bca726f7ac291285ee7eeb440b82e4a93ed7766723439b1c2bfc5b7c0d9989a829a668ec2
6
+ metadata.gz: fd292190e707acfaf65c5d201fe5b6737dc581df1b941a15c4729265a7521ef5957f93e43f0b9d4d541daa5afe53b2c4e3e9f901734269ce972053c97f50753e
7
+ data.tar.gz: 40eaff455fe12169731ac257a788ff63e1839d484f209b29ab10adfd82d6c74f7dc7f8be8652d0c3ac249692905704c750d1467a2daf8ce00fa19e621d352b50
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-texttospeech_v1beta1
2
2
 
3
+ ### v0.33.0 (2025-01-19)
4
+
5
+ * Regenerated from discovery document revision 20250114
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.32.0 (2024-12-02)
4
9
 
5
10
  * Regenerated from discovery document revision 20241026
@@ -26,8 +26,8 @@ module Google
26
26
  class AdvancedVoiceOptions
27
27
  include Google::Apis::Core::Hashable
28
28
 
29
- # Only for Journey voices. If false, the synthesis will be context aware and
30
- # have higher latency.
29
+ # Only for Journey voices. If false, the synthesis is context aware and has a
30
+ # higher latency.
31
31
  # Corresponds to the JSON property `lowLatencyJourneySynthesis`
32
32
  # @return [Boolean]
33
33
  attr_accessor :low_latency_journey_synthesis
@@ -123,9 +123,8 @@ module Google
123
123
  # @return [String]
124
124
  attr_accessor :phonetic_encoding
125
125
 
126
- # The phrase to which the customization will be applied. The phrase can be
127
- # multiple words (in the case of proper nouns etc), but should not span to a
128
- # whole sentence.
126
+ # The phrase to which the customization is applied. The phrase can be multiple
127
+ # words, such as proper nouns, but shouldn't span the length of the sentence.
129
128
  # Corresponds to the JSON property `phrase`
130
129
  # @return [String]
131
130
  attr_accessor :phrase
@@ -152,7 +151,7 @@ module Google
152
151
  class CustomPronunciations
153
152
  include Google::Apis::Core::Hashable
154
153
 
155
- # The pronunciation customizations to be applied.
154
+ # The pronunciation customizations are applied.
156
155
  # Corresponds to the JSON property `pronunciations`
157
156
  # @return [Array<Google::Apis::TexttospeechV1beta1::CustomPronunciationParams>]
158
157
  attr_accessor :pronunciations
@@ -609,7 +608,7 @@ module Google
609
608
  end
610
609
  end
611
610
 
612
- # A Multi-speaker turn.
611
+ # A multi-speaker turn.
613
612
  class Turn
614
613
  include Google::Apis::Core::Hashable
615
614
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TexttospeechV1beta1
18
18
  # Version of the google-apis-texttospeech_v1beta1 gem
19
- GEM_VERSION = "0.32.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241026"
25
+ REVISION = "20250114"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-texttospeech_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.33.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-texttospeech_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-texttospeech_v1beta1/v0.32.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-texttospeech_v1beta1/v0.33.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-texttospeech_v1beta1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Text-to-Speech API V1beta1
82
79
  test_files: []