Skip to content

Commit f3986f8

Browse files
Update speech docs to remove incorrect warnings. (googleapis#3305)
1 parent 138f59f commit f3986f8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/speech-usage.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ The `Google Speech`_ API enables developers to convert audio to text.
55
The API recognizes over 80 languages and variants, to support your global user
66
base.
77

8-
.. warning::
9-
10-
This is a Beta release of Google Speech API. This
11-
API is not intended for real-time usage in critical applications.
12-
138
.. _Google Speech: https://cloud.google.com/speech/docs/getting-started
149

1510
Client
@@ -39,11 +34,6 @@ data to the Speech API and initiates a Long Running Operation. Using this
3934
operation, you can periodically poll for recognition results. Use asynchronous
4035
requests for audio data of any duration up to 80 minutes.
4136

42-
.. note::
43-
44-
Only the :attr:`Encoding.LINEAR16` encoding type is supported by
45-
asynchronous recognition.
46-
4737
See: `Speech Asynchronous Recognize`_
4838

4939

0 commit comments

Comments
 (0)