google-cloud-text_to_speech-v1beta1 0.15.0 → 0.15.1
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 +4 -4
- data/lib/google/cloud/text_to_speech/v1beta1/text_to_speech_long_audio_synthesize/client.rb +0 -1
- data/lib/google/cloud/text_to_speech/v1beta1/text_to_speech_long_audio_synthesize/rest/client.rb +0 -1
- data/lib/google/cloud/text_to_speech/v1beta1/version.rb +1 -1
- data/proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts_lrs.rb +0 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d8cb285eb34aff2aec9086412db685f9892c04fd255a65a0682cd58aea0f29a
|
|
4
|
+
data.tar.gz: 87536b1574d6da8d340f4281bacfb56266a934d29aff94db34cdfb894792fb95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 29deb55b064522cdb9174adac70f4ee8860c13fb8e37de58e04089e506ff1b01e734c9b2cda4079c3964e9aa95d1e36dec88993e47382b28f211d3e2922b6f8c
|
|
7
|
+
data.tar.gz: 1acaa4de760557214adf51fc2659115b037d488a9c4f1f114f5ddcc3ea7afb7541feefbde753f589acdf7fdef142fcea6f4e3d9a048e31e246ad213c30651d95
|
|
@@ -202,7 +202,6 @@ module Google
|
|
|
202
202
|
# `projects/*/locations/*`.
|
|
203
203
|
# @param input [::Google::Cloud::TextToSpeech::V1beta1::SynthesisInput, ::Hash]
|
|
204
204
|
# Required. The Synthesizer requires either plain text or SSML as input.
|
|
205
|
-
# While Long Audio is in preview, SSML is temporarily unsupported.
|
|
206
205
|
# @param audio_config [::Google::Cloud::TextToSpeech::V1beta1::AudioConfig, ::Hash]
|
|
207
206
|
# Required. The configuration of the synthesized audio.
|
|
208
207
|
# @param output_gcs_uri [::String]
|
data/lib/google/cloud/text_to_speech/v1beta1/text_to_speech_long_audio_synthesize/rest/client.rb
CHANGED
|
@@ -195,7 +195,6 @@ module Google
|
|
|
195
195
|
# `projects/*/locations/*`.
|
|
196
196
|
# @param input [::Google::Cloud::TextToSpeech::V1beta1::SynthesisInput, ::Hash]
|
|
197
197
|
# Required. The Synthesizer requires either plain text or SSML as input.
|
|
198
|
-
# While Long Audio is in preview, SSML is temporarily unsupported.
|
|
199
198
|
# @param audio_config [::Google::Cloud::TextToSpeech::V1beta1::AudioConfig, ::Hash]
|
|
200
199
|
# Required. The configuration of the synthesized audio.
|
|
201
200
|
# @param output_gcs_uri [::String]
|
|
@@ -30,7 +30,6 @@ module Google
|
|
|
30
30
|
# @!attribute [rw] input
|
|
31
31
|
# @return [::Google::Cloud::TextToSpeech::V1beta1::SynthesisInput]
|
|
32
32
|
# Required. The Synthesizer requires either plain text or SSML as input.
|
|
33
|
-
# While Long Audio is in preview, SSML is temporarily unsupported.
|
|
34
33
|
# @!attribute [rw] audio_config
|
|
35
34
|
# @return [::Google::Cloud::TextToSpeech::V1beta1::AudioConfig]
|
|
36
35
|
# Required. The configuration of the synthesized audio.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-text_to_speech-v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.15.
|
|
4
|
+
version: 0.15.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-08-
|
|
11
|
+
date: 2024-08-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|