google-cloud-text_to_speech-v1beta1 0.9.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/text_to_speech/v1beta1/text_to_speech_long_audio_synthesize/client.rb +1 -1
- data/lib/google/cloud/text_to_speech/v1beta1/version.rb +1 -1
- data/proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts_lrs.rb +1 -1
- data/proto_docs/google/rpc/status.rb +4 -2
- 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: b5857351981087b607bd1285257fb1df83c3a40c5d81e816b85ae47b71d57735
|
4
|
+
data.tar.gz: 2c68fdc71315eb776588fd8a343a8b319860a3c8a32b06ca35eb59da7f873345
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1096fdacf05e327218341dee6a4d6d1a9f8526e779a8272feb8efbbbef59f8ef87608216ac1d1885ee2b99ba07975f56d7cb6911156421917867fc3caaa90bb0
|
7
|
+
data.tar.gz: 8c769305d9d2b48adc595a1ac153ce41bd2ab0b21e4a346cafa6a81513740941c971f140532a487e58a674f774da5db393de6a18a1c8754514e20dc1a1a4d933
|
@@ -179,7 +179,7 @@ module Google
|
|
179
179
|
#
|
180
180
|
# @param parent [::String]
|
181
181
|
# The resource states of the request in the form of
|
182
|
-
# projects/*/locations/*/voices
|
182
|
+
# `projects/*/locations/*/voices/*`.
|
183
183
|
# @param input [::Google::Cloud::TextToSpeech::V1beta1::SynthesisInput, ::Hash]
|
184
184
|
# Required. The Synthesizer requires either plain text or SSML as input.
|
185
185
|
# @param audio_config [::Google::Cloud::TextToSpeech::V1beta1::AudioConfig, ::Hash]
|
@@ -26,7 +26,7 @@ module Google
|
|
26
26
|
# @!attribute [rw] parent
|
27
27
|
# @return [::String]
|
28
28
|
# The resource states of the request in the form of
|
29
|
-
# projects/*/locations/*/voices
|
29
|
+
# `projects/*/locations/*/voices/*`.
|
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.
|
@@ -28,12 +28,14 @@ module Google
|
|
28
28
|
# [API Design Guide](https://cloud.google.com/apis/design/errors).
|
29
29
|
# @!attribute [rw] code
|
30
30
|
# @return [::Integer]
|
31
|
-
# The status code, which should be an enum value of
|
31
|
+
# The status code, which should be an enum value of
|
32
|
+
# [google.rpc.Code][google.rpc.Code].
|
32
33
|
# @!attribute [rw] message
|
33
34
|
# @return [::String]
|
34
35
|
# A developer-facing error message, which should be in English. Any
|
35
36
|
# user-facing error message should be localized and sent in the
|
36
|
-
# {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized
|
37
|
+
# {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized
|
38
|
+
# by the client.
|
37
39
|
# @!attribute [rw] details
|
38
40
|
# @return [::Array<::Google::Protobuf::Any>]
|
39
41
|
# A list of messages that carry the error details. There is a common set of
|
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.9.
|
4
|
+
version: 0.9.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: 2022-12-
|
11
|
+
date: 2022-12-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|