File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1+ Speech Client API
2+ =================
3+
4+ .. automodule :: google.cloud.speech_v1p1beta1
5+ :members:
6+ :inherited-members:
Original file line number Diff line number Diff line change 1+ Speech Client Types
2+ ===================
3+
4+ .. automodule :: google.cloud.speech_v1p1beta1.types
5+ :members:
Original file line number Diff line number Diff line change @@ -293,8 +293,20 @@ API Reference
293293.. toctree::
294294 :maxdepth: 2
295295
296- gapic/ api
297- gapic/ types
296+ gapic/ v1/ api
297+ gapic/ v1/ types
298+
299+ A new beta release, spelled `` v1p1beta1`` , is provided to provide for preview
300+ of upcoming features. In order to use this, you will want to import from
301+ `` google.cloud.speech_v1p1beta1`` in lieu of `` google.cloud.speech`` .
302+
303+ An API and type reference is provided the first beta also:
304+
305+ .. toctree::
306+ :maxdepth: 2
307+
308+ gapic/ v1p1beta1/ api
309+ gapic/ v1p1beta1/ types
298310
299311Releases
300312--------
Original file line number Diff line number Diff line change 1414* ``0.28.0 `` (`PyPI <https://pypi.org/project/google-cloud-speech/0.28.0/ >`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/speech-0.28.0 >`__)
1515* ``0.29.0 `` (`PyPI <https://pypi.org/project/google-cloud-speech/0.29.0/ >`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/speech-0.29.0 >`__)
1616* ``0.30.0 `` (`PyPI <https://pypi.org/project/google-cloud-speech/0.30.0/ >`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/speech-0.30.0 >`__)
17+ * ``0.31.0 `` (`PyPI <https://pypi.org/project/google-cloud-speech/0.31.0/ >`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/speech-0.31.0 >`__)
18+ * ``0.31.1 `` (`PyPI <https://pypi.org/project/google-cloud-speech/0.31.1/ >`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/speech-0.31.1 >`__)
19+ * ``0.32.0 `` (`PyPI <https://pypi.org/project/google-cloud-speech/0.32.0/ >`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/speech-0.32.0 >`__)
Original file line number Diff line number Diff line change 6060
6161setup (
6262 name = 'google-cloud-speech' ,
63- version = '0.31.1 ' ,
63+ version = '0.32.0 ' ,
6464 description = 'Python Client for Google Cloud Speech' ,
6565 long_description = README ,
6666 namespace_packages = [
You can’t perform that action at this time.
0 commit comments