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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f9f66379f4410747b3f2c7fde1628dbed82278f21628c0f50faa71fb5e81441
|
4
|
+
data.tar.gz: 69cdd4f307b1703d7785140c7e6c4db921799ca7b330b2d2bd0ee8e250cfc5c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
@@ -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
|
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.
|
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-
|
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.
|
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
|