google-cloud-speech-v1p1beta1 0.15.3 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/speech/v1p1beta1/adaptation/rest/client.rb +1087 -0
- data/lib/google/cloud/speech/v1p1beta1/adaptation/rest/service_stub.rb +642 -0
- data/lib/google/cloud/speech/v1p1beta1/adaptation/rest.rb +52 -0
- data/lib/google/cloud/speech/v1p1beta1/adaptation.rb +6 -0
- data/lib/google/cloud/speech/v1p1beta1/cloud_speech_pb.rb +11 -0
- data/lib/google/cloud/speech/v1p1beta1/rest.rb +38 -0
- data/lib/google/cloud/speech/v1p1beta1/speech/rest/client.rb +448 -0
- data/lib/google/cloud/speech/v1p1beta1/speech/rest/operations.rb +791 -0
- data/lib/google/cloud/speech/v1p1beta1/speech/rest/service_stub.rb +164 -0
- data/lib/google/cloud/speech/v1p1beta1/speech/rest.rb +53 -0
- data/lib/google/cloud/speech/v1p1beta1/speech.rb +6 -0
- data/lib/google/cloud/speech/v1p1beta1/version.rb +1 -1
- data/lib/google/cloud/speech/v1p1beta1.rb +5 -0
- data/proto_docs/google/cloud/speech/v1p1beta1/cloud_speech.rb +62 -16
- metadata +13 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3fb51328890358e72c887d4c047bbe5380b02f67a57e19a315a824f35fedf151
|
4
|
+
data.tar.gz: 76ad18cf2a0031d1d491e791fd84f45cc67f84abb59361a3366a116dc640b4c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b59f26dd15aa099a0e4b048a90e44d2a7bd4d745a10c047939508923c0ef515172378efbc0b75fff35c9f74603ed8ee585a6b7e659e5a2c898260a622ee32385
|
7
|
+
data.tar.gz: 0420ff684d70303bf3f1fdfe38bb31ae944807c0441215d507b6e6a4fa027032a2d5b2c5a582cc51db7f659e9d87167ad53668b012d7ec55b3720a20767a8402
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Ruby Client for the Cloud Speech-to-Text V1p1beta1 API
|
2
2
|
|
3
|
-
|
3
|
+
Converts audio to text by applying powerful neural network models.
|
4
4
|
|
5
5
|
Google Speech-to-Text enables developers to convert audio to text by applying powerful neural network models in an easy-to-use API. The API recognizes more than 120 languages and variants to support your global user base. You can enable voice command-and-control, transcribe audio from call centers, and more. It can process real-time streaming or prerecorded audio, using Google's machine learning technology.
|
6
6
|
|