google-apis-texttospeech_v1beta1 0.35.0 → 0.36.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a11fc0453f0bc7b84585e21c7dd2c2fa068ab10d4ed5cd32c46e8f93abcd29c4
|
4
|
+
data.tar.gz: 393c2db82955c63dd3ae198c0d5d0d0ca6db48d7da9bf8a15b7e935e46cac81a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee72adb27853ce63a6aaf5d05d14716ceb972b65361c470bfe5348ff05d20be11e0eb11673b2a624c448b3212bf05aafc63ddc0ba43597f6505e75625859f5c0
|
7
|
+
data.tar.gz: cd52ce177c6de12e5185bfe0fefee4825397be10bf0b4f9502fc1fb55c49bd4f1b11d56ec3dbb3baf6e5f21109751d63c3bd37079c957bd3cedde8846fc3c01c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-texttospeech_v1beta1
|
2
2
|
|
3
|
+
### v0.36.0 (2025-08-10)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250805
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.35.0 (2025-05-11)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250424
|
@@ -721,6 +721,12 @@ module Google
|
|
721
721
|
# @return [String]
|
722
722
|
attr_accessor :language_code
|
723
723
|
|
724
|
+
# Optional. The name of the model. If set, the service will choose the model
|
725
|
+
# matching the specified configuration.
|
726
|
+
# Corresponds to the JSON property `modelName`
|
727
|
+
# @return [String]
|
728
|
+
attr_accessor :model_name
|
729
|
+
|
724
730
|
# The name of the voice. If both the name and the gender are not set, the
|
725
731
|
# service will choose a voice based on the other parameters such as
|
726
732
|
# language_code.
|
@@ -750,6 +756,7 @@ module Google
|
|
750
756
|
def update!(**args)
|
751
757
|
@custom_voice = args[:custom_voice] if args.key?(:custom_voice)
|
752
758
|
@language_code = args[:language_code] if args.key?(:language_code)
|
759
|
+
@model_name = args[:model_name] if args.key?(:model_name)
|
753
760
|
@name = args[:name] if args.key?(:name)
|
754
761
|
@ssml_gender = args[:ssml_gender] if args.key?(:ssml_gender)
|
755
762
|
@voice_clone = args[:voice_clone] if args.key?(:voice_clone)
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.36.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250805"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -347,6 +347,7 @@ module Google
|
|
347
347
|
property :custom_voice, as: 'customVoice', class: Google::Apis::TexttospeechV1beta1::CustomVoiceParams, decorator: Google::Apis::TexttospeechV1beta1::CustomVoiceParams::Representation
|
348
348
|
|
349
349
|
property :language_code, as: 'languageCode'
|
350
|
+
property :model_name, as: 'modelName'
|
350
351
|
property :name, as: 'name'
|
351
352
|
property :ssml_gender, as: 'ssmlGender'
|
352
353
|
property :voice_clone, as: 'voiceClone', class: Google::Apis::TexttospeechV1beta1::VoiceCloneParams, decorator: Google::Apis::TexttospeechV1beta1::VoiceCloneParams::Representation
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-texttospeech_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.36.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-texttospeech_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-texttospeech_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-texttospeech_v1beta1/v0.36.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-texttospeech_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Cloud Text-to-Speech API V1beta1
|
79
79
|
test_files: []
|