google-cloud-speech-v1 0.10.2 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa57ce21e20c7785059e86d4b0b36ad548868caaafe891a851d4e39955d1a1b7
4
- data.tar.gz: ef20b55561391caefc6d8b9b20c0472811e0d2f7077c61e154a89caea8b58f97
3
+ metadata.gz: 5c3b3e6ee54f4e2bba948193c467882bbf4e47dd69ceac3bbe160cf204db2a9a
4
+ data.tar.gz: 55978252b10819ed6cfc5508227fecfa57ba4f761af83c4f4ec54cf12832451c
5
5
  SHA512:
6
- metadata.gz: b53d12dc4213222ba181ab7469231bf9f86d6ba74dfec46d96ee3030363750d54cff3135948fa50f41b327b2fbc04b46c50f13ad8c0d6387271a802fd76d1e33
7
- data.tar.gz: a9325ff0fa9e9aa3be49eaa59d43f3bb5a8dfb429dc822e88992e57fbea6466482aecdc14183fb512bfeb2af5bf85c7c626676095322f8633be6f2f734830559
6
+ metadata.gz: b64bf3e6385c2f25add2efbfd16be36e7eaaa8f4c4d2078ad3022f9982d6574ac7e6387272c234033980524e8ff6b103ea8db9cf5280b6188105b9f69e5140c3
7
+ data.tar.gz: 7d0c1743806c0aa83f873773dae32393d63a921b7a90a0beeeab241bb3ec60a7b5350d154b3cebe8e67af125b219b4519bd6fdefacd4b7fa4aba368d90dbd102
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Ruby Client for the Cloud Speech-to-Text V1 API
2
2
 
3
- API Client library for the Cloud Speech-to-Text V1 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