Skip to content

Commit a1201f3

Browse files
authored
Update to show 'google-cloud-speech' is GA. (googleapis#8453)
Closes googleapis#8452.
1 parent d57f285 commit a1201f3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ The following client libraries have **GA** support:
4242
- `Google Cloud Natural Language`_ (`Natural Language README`_)
4343
- `Google Cloud Scheduler`_ (`Scheduler README`_)
4444
- `Google Cloud Spanner`_ (`Spanner README`_)
45+
- `Google Cloud Speech`_ (`Speech README`_)
4546
- `Google Cloud Storage`_ (`Storage README`_)
4647
- `Google Cloud Tasks`_ (`Tasks README`_)
4748
- `Google Cloud Translation`_ (`Translation README`_)
@@ -57,6 +58,8 @@ The following client libraries have **GA** support:
5758
.. _Natural Language README: https://github.com/googleapis/google-cloud-python/tree/master/language
5859
.. _Google Cloud Spanner: https://pypi.org/project/google-cloud-spanner
5960
.. _Spanner README: https://github.com/googleapis/google-cloud-python/tree/master/spanner
61+
.. _Google Cloud Speech: https://pypi.org/project/google-cloud-speech/
62+
.. _Speech README: https://github.com/googleapis/google-cloud-python/tree/master/speech
6063
.. _Google Cloud Storage: https://pypi.org/project/google-cloud-storage/
6164
.. _Storage README: https://github.com/googleapis/google-cloud-python/tree/master/storage
6265
.. _Google Cloud Tasks: https://pypi.org/project/google-cloud-tasks/
@@ -80,7 +83,6 @@ The following client libraries have **beta** support:
8083
- `Google Cloud Bigtable`_ (`Bigtable README`_)
8184
- `Google Cloud Firestore`_ (`Firestore README`_)
8285
- `Google Cloud Pub/Sub`_ (`Pub/Sub README`_)
83-
- `Google Cloud Speech`_ (`Speech README`_)
8486
- `Google Cloud Video Intelligence`_ (`Video Intelligence README`_)
8587
- `Google Cloud Vision`_ (`Vision README`_)
8688

@@ -90,8 +92,6 @@ The following client libraries have **beta** support:
9092
.. _Firestore README: https://github.com/googleapis/google-cloud-python/tree/master/firestore
9193
.. _Google Cloud Pub/Sub: https://pypi.org/project/google-cloud-pubsub/
9294
.. _Pub/Sub README: https://github.com/googleapis/google-cloud-python/tree/master/pubsub
93-
.. _Google Cloud Speech: https://pypi.org/project/google-cloud-speech/
94-
.. _Speech README: https://github.com/googleapis/google-cloud-python/tree/master/speech
9595
.. _Google Cloud Video Intelligence: https://pypi.org/project/google-cloud-videointelligence
9696
.. _Video Intelligence README: https://github.com/googleapis/google-cloud-python/tree/master/videointelligence
9797
.. _Google Cloud Vision: https://pypi.org/project/google-cloud-vision/

speech/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python Client for Cloud Speech API
22
==================================
33

4-
|beta| |pypi| |versions|
4+
|GA| |pypi| |versions|
55

66
The `Cloud Speech API`_ enables developers to convert audio to text by applying
77
powerful neural network models. The API recognizes over 80 languages and
@@ -10,8 +10,8 @@ variants, to support your global user base.
1010
- `Client Library Documentation`_
1111
- `Product Documentation`_
1212

13-
.. |beta| image:: https://img.shields.io/badge/support-beta-silver.svg
14-
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
13+
.. |GA| image:: https://img.shields.io/badge/support-GA-gold.svg
14+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
1515
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-speech.svg
1616
:target: https://pypi.org/project/google-cloud-speech/
1717
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-speech.svg

0 commit comments

Comments
 (0)