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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da289faff5897369c2a76bdf8d987cd50ea85eb181932ff78a67a39209849aa4
4
- data.tar.gz: 7ae07fe9381cd56ef84c8538e876aaed0c8e608c20f2d6201151e08e93884c6c
3
+ metadata.gz: 3fb51328890358e72c887d4c047bbe5380b02f67a57e19a315a824f35fedf151
4
+ data.tar.gz: 76ad18cf2a0031d1d491e791fd84f45cc67f84abb59361a3366a116dc640b4c3
5
5
  SHA512:
6
- metadata.gz: 05a7e5643a806c87810c0fe7247627290e7147c76648488a6978feb480a2612a4d4c07397c4f7db9982a5cb79c27e6ee1770cfb6d716ec238f0afd669a97add9
7
- data.tar.gz: c30b03915d207c0b2c5f1d25ec07db17d223fbc991c8f9085b2ec615b73461fedfe27642159a1634a1df9e140886d2594e675e8c4df145eaddab901c84ba8a3e
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
- API Client library for the Cloud Speech-to-Text V1p1beta1 API
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