google-cloud-speech-v1p1beta1 0.8.0 → 0.9.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: 5b5684b2595a5ec55d585c6fe3f8af1e9c218b4532f7b72dedb0dde0c27d87d3
4
- data.tar.gz: 539070e6a8ba80d5c81faff1eb9808cd088315c24d447af3bf2a8ad06b694868
3
+ metadata.gz: 2f9f66379f4410747b3f2c7fde1628dbed82278f21628c0f50faa71fb5e81441
4
+ data.tar.gz: 69cdd4f307b1703d7785140c7e6c4db921799ca7b330b2d2bd0ee8e250cfc5c1
5
5
  SHA512:
6
- metadata.gz: 473dd7f0240fbcddeb798456811fc2d721ca124ade468555ab200fda62c44e9e5dd24f201d738c6d85e53e6094b5ae4fc0671756fb80ddc4ab11502c8d13eb4e
7
- data.tar.gz: f873762cf74282a472cc63f5060a7ef56501c2ea25a052be36f7fee39a35c20620b5c792ad896115cc1ccca3688f680e1d18fd7fbdbd35a0f302d75f8bb7e547
6
+ metadata.gz: a817bb466e0998e918846c133a16a378b049c8f0b2d249848e0c2d2861d3f45ae19e535bc90b6f9a26f52d87313befd5d56214bd20d142b7bf17395d6f952bbb
7
+ data.tar.gz: 78a8da8f9e33926249e735c8802eb5beecf04bd89b56348f7e6bb03e3f872a0bbc91f6cc6eae783912db48afe731e9f3db28a31b500246851c2976b5bde9d914
@@ -73,6 +73,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
73
73
  value :OGG_OPUS, 6
74
74
  value :SPEEX_WITH_HEADER_BYTE, 7
75
75
  value :MP3, 8
76
+ value :WEBM_OPUS, 9
76
77
  end
77
78
  add_message "google.cloud.speech.v1p1beta1.SpeakerDiarizationConfig" do
78
79
  optional :enable_speaker_diarization, :bool, 1
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Speech
23
23
  module V1p1beta1
24
- VERSION = "0.8.0"
24
+ VERSION = "0.9.0"
25
25
  end
26
26
  end
27
27
  end
@@ -291,7 +291,7 @@ module Google
291
291
  # </tr>
292
292
  # <tr>
293
293
  # <td><code>video</code></td>
294
- # <td>Best for audio that originated from from video or includes multiple
294
+ # <td>Best for audio that originated from video or includes multiple
295
295
  # speakers. Ideally the audio is recorded at a 16khz or greater
296
296
  # sampling rate. This is a premium model that costs more than the
297
297
  # standard rate.</td>
@@ -388,6 +388,12 @@ module Google
388
388
  # kbps). When using this encoding, `sample_rate_hertz` has to match the
389
389
  # sample rate of the file being used.
390
390
  MP3 = 8
391
+
392
+ # Opus encoded audio frames in WebM container
393
+ # ([OggOpus](https://wiki.xiph.org/OggOpus)). This is a Beta features and
394
+ # only available in v1p1beta1. `sample_rate_hertz` must be one of 8000,
395
+ # 12000, 16000, 24000, or 48000.
396
+ WEBM_OPUS = 9
391
397
  end
392
398
  end
393
399
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-speech-v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.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-04-26 00:00:00.000000000 Z
11
+ date: 2021-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -217,7 +217,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
217
217
  - !ruby/object:Gem::Version
218
218
  version: '0'
219
219
  requirements: []
220
- rubygems_version: 3.2.13
220
+ rubygems_version: 3.2.16
221
221
  signing_key:
222
222
  specification_version: 4
223
223
  summary: API Client library for the Cloud Speech-to-Text V1p1beta1 API