google-apis-speech_v1 0.28.0 → 0.30.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4d31a606e148525312a9ff68df1246749046c4e4035d3afe48dac421281096d4
4
- data.tar.gz: cf2401627abf512f411abf65726f71b2b642453cc10203e1936950d247650c02
3
+ metadata.gz: e2c13b18a57970eb25a5311ff3e5b2866e91ba889d7bcd1dadf843fe3e21e99e
4
+ data.tar.gz: 59a9525b398851337421be96f1c8aab4e25a066e6ea10d2e6083ea5c1d86c8d2
5
5
  SHA512:
6
- metadata.gz: e0b02c42e2c6baf975d4357116b8c2d0374d3f3e22d6ba9875ade92adf7a5492c5c9a61021514da24ce78c6f4bccd26592684fd545d3aec954dfb5c5e9331f96
7
- data.tar.gz: cf63fa9b4f7dbaba2a3733a8ac409a97c947c94129468029b8ac81535f70adcc24f700e4c101ec0a5dd244ebdd1f20ad2c876896fb3d8edde2f71789e82419e4
6
+ metadata.gz: f046af56db03a9a72599d06472e2102dbbff9f40aa1b87ce3ecf20b61ce59a91e0874afbbb1987f2d481b975c08ca3a2ed08f157f87069a278e45347497ed5ba
7
+ data.tar.gz: f7600a7e61221986adb2643368c3b695e5fb0dd78b3d604b4b5f461118e787bf48c207121d223e18a1101baf38c58a4245b9bc5f7bef0647f295241fec6919ea
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-speech_v1
2
2
 
3
+ ### v0.30.0 (2023-02-26)
4
+
5
+ * Regenerated using generator version 0.12.0
6
+
7
+ ### v0.29.0 (2023-01-29)
8
+
9
+ * Regenerated from discovery document revision 20230119
10
+ * Regenerated using generator version 0.11.1
11
+
3
12
  ### v0.28.0 (2022-12-07)
4
13
 
5
14
  * Regenerated from discovery document revision 20221202
@@ -464,8 +464,8 @@ module Google
464
464
  # ``` (e.g. `$`my-months``). Speech-to-Text supports three locations: `global`, `
465
465
  # us` (US North America), and `eu` (Europe). If you are calling the `speech.
466
466
  # googleapis.com` endpoint, use the `global` location. To specify a region, use
467
- # a [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or `
468
- # eu` location value.
467
+ # a [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
468
+ # with matching `us` or `eu` location value.
469
469
  class Phrase
470
470
  include Google::Apis::Core::Hashable
471
471
 
@@ -475,8 +475,8 @@ module Google
475
475
  # false positive recognition as well. Negative boost will simply be ignored.
476
476
  # Though `boost` can accept a wide range of positive values, most use cases are
477
477
  # best served with values between 0 and 20. We recommend using a binary search
478
- # approach to finding the optimal value for your use case. Speech recognition
479
- # will skip PhraseSets with a boost value of 0.
478
+ # approach to finding the optimal value for your use case as well as adding
479
+ # phrases both with and without boost to your requests.
480
480
  # Corresponds to the JSON property `boost`
481
481
  # @return [Float]
482
482
  attr_accessor :boost
@@ -509,8 +509,8 @@ module Google
509
509
  # negative boost will simply be ignored. Though `boost` can accept a wide range
510
510
  # of positive values, most use cases are best served with values between 0 (
511
511
  # exclusive) and 20. We recommend using a binary search approach to finding the
512
- # optimal value for your use case. Speech recognition will skip PhraseSets with
513
- # a boost value of 0.
512
+ # optimal value for your use case as well as adding phrases both with and
513
+ # without boost to your requests.
514
514
  # Corresponds to the JSON property `boost`
515
515
  # @return [Float]
516
516
  attr_accessor :boost
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SpeechV1
18
18
  # Version of the google-apis-speech_v1 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221202"
25
+ REVISION = "20230119"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-speech_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.30.0
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-12 00:00:00.000000000 Z
11
+ date: 2023-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-speech_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-speech_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Speech-to-Text API V1