google-apis-speech_v1 0.28.0 → 0.29.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: 4d31a606e148525312a9ff68df1246749046c4e4035d3afe48dac421281096d4
4
- data.tar.gz: cf2401627abf512f411abf65726f71b2b642453cc10203e1936950d247650c02
3
+ metadata.gz: 8e31c9600332ed1905bd53862013259da4fcbc2e2c037befd5ad5fb6ab9c061e
4
+ data.tar.gz: 7a87c1359f9b8f3b5d7c6ae0b9df0172e4eb37616e57c596956307b6427e7ffa
5
5
  SHA512:
6
- metadata.gz: e0b02c42e2c6baf975d4357116b8c2d0374d3f3e22d6ba9875ade92adf7a5492c5c9a61021514da24ce78c6f4bccd26592684fd545d3aec954dfb5c5e9331f96
7
- data.tar.gz: cf63fa9b4f7dbaba2a3733a8ac409a97c947c94129468029b8ac81535f70adcc24f700e4c101ec0a5dd244ebdd1f20ad2c876896fb3d8edde2f71789e82419e4
6
+ metadata.gz: 4aa2acbe62cae16cda08635edf2b5e6185319671bf9cd5fb6656eed5a92787466d5237a026b0433ef2afdebc6a84d4bd948cf1c33abdc8dddbcbb18ecab8e7f1
7
+ data.tar.gz: a28dffed57685eea83f8eb1219e05ba11e2b1a0b807d773b1d3dd82127c0f62bd25c9bcb3b73d643caeb6a8e9e3db08d09541b5c08736028a2b9aa929803b4fa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-speech_v1
2
2
 
3
+ ### v0.29.0 (2023-01-29)
4
+
5
+ * Regenerated from discovery document revision 20230119
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.28.0 (2022-12-07)
4
9
 
5
10
  * 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.29.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.11.1"
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.29.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-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.29.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