google-apis-speech_v1p1beta1 0.31.0 → 0.32.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: 207e953f35327566c59494f5c36313115bb3385070fa0c613ee436ca95ab8c29
4
- data.tar.gz: c7a56f54a8721310e661c0df77051dcdc17d1cf05356c1896ba11566d12c3eff
3
+ metadata.gz: 8358ac846df473851d71acffc566a4b7c0203017ad104cea5747ec54466937a2
4
+ data.tar.gz: 9c0299e3d7c2bd000d9b1d3e9efb8f3e02a5f2e55b14ea62f96f8f827af9c1b6
5
5
  SHA512:
6
- metadata.gz: ffb7c56236d7da08bc23bd964d0c0d76badf49dda428f7a6fd9117d70c3301c1dbbd41de011ef81fd6e2b87230772fdc096884a162ff029a07ac513ef7ded509
7
- data.tar.gz: 0e737f7ca1d1c5caf0789136f51dca3fe10d302cb1c1009919e6a5f32cdb5909b5277c59a327139646ab744d888f4f495e172e698a0904b8555fe44eae4b38dd
6
+ metadata.gz: da6ad5ac71c911d25065f2e607d73eda6917f31d5556355f0829a9c9fabd13d65cb44022b5478b701b1245e3176495d2a041dad04abd97bb46c3b76201a7789c
7
+ data.tar.gz: 97d6e0b784dc3fb177ab4a2cda511130c2e47bc07340fc46878bc82d75510a28891b3363aa87aae90cdada134ea38d335857bb529100b84fd325f1477e33649f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-speech_v1p1beta1
2
2
 
3
+ ### v0.32.0 (2023-01-29)
4
+
5
+ * Regenerated from discovery document revision 20230119
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.31.0 (2022-12-07)
4
9
 
5
10
  * Regenerated from discovery document revision 20221202
@@ -502,8 +502,8 @@ module Google
502
502
  # ``` (e.g. `$`my-months``). Speech-to-Text supports three locations: `global`, `
503
503
  # us` (US North America), and `eu` (Europe). If you are calling the `speech.
504
504
  # googleapis.com` endpoint, use the `global` location. To specify a region, use
505
- # a [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or `
506
- # eu` location value.
505
+ # a [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
506
+ # with matching `us` or `eu` location value.
507
507
  class Phrase
508
508
  include Google::Apis::Core::Hashable
509
509
 
@@ -513,8 +513,8 @@ module Google
513
513
  # false positive recognition as well. Negative boost will simply be ignored.
514
514
  # Though `boost` can accept a wide range of positive values, most use cases are
515
515
  # best served with values between 0 and 20. We recommend using a binary search
516
- # approach to finding the optimal value for your use case. Speech recognition
517
- # will skip PhraseSets with a boost value of 0.
516
+ # approach to finding the optimal value for your use case as well as adding
517
+ # phrases both with and without boost to your requests.
518
518
  # Corresponds to the JSON property `boost`
519
519
  # @return [Float]
520
520
  attr_accessor :boost
@@ -547,8 +547,8 @@ module Google
547
547
  # negative boost will simply be ignored. Though `boost` can accept a wide range
548
548
  # of positive values, most use cases are best served with values between 0 (
549
549
  # exclusive) and 20. We recommend using a binary search approach to finding the
550
- # optimal value for your use case. Speech recognition will skip PhraseSets with
551
- # a boost value of 0.
550
+ # optimal value for your use case as well as adding phrases both with and
551
+ # without boost to your requests.
552
552
  # Corresponds to the JSON property `boost`
553
553
  # @return [Float]
554
554
  attr_accessor :boost
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SpeechV1p1beta1
18
18
  # Version of the google-apis-speech_v1p1beta1 gem
19
- GEM_VERSION = "0.31.0"
19
+ GEM_VERSION = "0.32.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_v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.32.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_v1p1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1p1beta1/v0.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1p1beta1/v0.32.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-speech_v1p1beta1
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 V1p1beta1