google-apis-speech_v1p1beta1 0.15.0 → 0.16.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: 3b9f707be2adcc6af003b179dd79278bb0981424a786ebc9e5682293ee4bab3d
4
- data.tar.gz: dc45a985f49bde4a0103a0c18638d70bffa3a8d7c9cf6067a46f1f6dce3dce5a
3
+ metadata.gz: d911ffb115ca651bbb7f42afe7249f840c6215e27fe02427b2f744822e507ab7
4
+ data.tar.gz: e5c864d5265b15be20f4f790deb10e8b3977352b550ad71025c6b56c465bc239
5
5
  SHA512:
6
- metadata.gz: 01ab0b8fab16f1fad6f6c3516662d90853663174173b3e9062fb38ae3752184a0bcba528a892d562444be2470bd97493ae2cebae37579d65e3e0ac265eced2cc
7
- data.tar.gz: dc22c3ce598c2e7e0f81a3ac4139245660289bc77561ab4cbc864a019b6ba1eb17441adc397212ad079dae158e972fb1594b5881ace363ded25aeb6c918a11c2
6
+ metadata.gz: d041de72baf030372ca1c20aa1c3a79b1e738c7b355092eb4d1d384fc0e2ffe1526045d237fb4ccb47df2731fdb31de0b289a9847c68ef399897ff4da871edbe
7
+ data.tar.gz: eb418b9d578986496fb21ac9ab2142913e63a101eb1cd17acacc0010822160248ea2c40a318786213dd2abdc7111b873d59201cec6e796a6d7137f51784ad4e9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-speech_v1p1beta1
2
2
 
3
+ ### v0.16.0 (2021-11-12)
4
+
5
+ * Regenerated from discovery document revision 20211104
6
+
3
7
  ### v0.15.0 (2021-10-20)
4
8
 
5
9
  * Unspecified changes
@@ -472,12 +472,11 @@ module Google
472
472
  # Hint Boost. Overrides the boost set at the phrase set level. Positive value
473
473
  # will increase the probability that a specific phrase will be recognized over
474
474
  # other similar sounding phrases. The higher the boost, the higher the chance of
475
- # false positive recognition as well. Negative boost values would correspond to
476
- # anti-biasing. Anti-biasing is not enabled, so negative boost will simply be
477
- # ignored. Though `boost` can accept a wide range of positive values, most use
478
- # cases are best served with values between 0 and 20. We recommend using a
479
- # binary search approach to finding the optimal value for your use case. Speech
480
- # recognition will skip PhraseSets with a boost value of 0.
475
+ # false positive recognition as well. Negative boost will simply be ignored.
476
+ # Though `boost` can accept a wide range of positive values, most use cases are
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.
481
480
  # Corresponds to the JSON property `boost`
482
481
  # @return [Float]
483
482
  attr_accessor :boost
@@ -1121,6 +1120,11 @@ module Google
1121
1120
  # @return [String]
1122
1121
  attr_accessor :language_code
1123
1122
 
1123
+ # Time offset of the end of this result relative to the beginning of the audio.
1124
+ # Corresponds to the JSON property `resultEndTime`
1125
+ # @return [String]
1126
+ attr_accessor :result_end_time
1127
+
1124
1128
  def initialize(**args)
1125
1129
  update!(**args)
1126
1130
  end
@@ -1130,6 +1134,7 @@ module Google
1130
1134
  @alternatives = args[:alternatives] if args.key?(:alternatives)
1131
1135
  @channel_tag = args[:channel_tag] if args.key?(:channel_tag)
1132
1136
  @language_code = args[:language_code] if args.key?(:language_code)
1137
+ @result_end_time = args[:result_end_time] if args.key?(:result_end_time)
1133
1138
  end
1134
1139
  end
1135
1140
 
@@ -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.15.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210825"
25
+ REVISION = "20211104"
26
26
  end
27
27
  end
28
28
  end
@@ -461,6 +461,7 @@ module Google
461
461
 
462
462
  property :channel_tag, as: 'channelTag'
463
463
  property :language_code, as: 'languageCode'
464
+ property :result_end_time, as: 'resultEndTime'
464
465
  end
465
466
  end
466
467
 
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.15.0
4
+ version: 0.16.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: 2021-10-27 00:00:00.000000000 Z
11
+ date: 2021-11-15 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.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1p1beta1/v0.16.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: []