- update to 2.26.0:
* add translation_config in RecognitionConfig message
* add API for writing BatchRecognize transcripts in SRT and VTT formats
* Require google-api-core>=1.34.1
* fix ValueError in test__validate_universe_domain
* Add google-auth as a direct dependency
* Add staticmethod decorator to _get_client_cert_source and
_get_api_endpoint
* Resolve AttributeError 'Credentials' object has no attribute
'universe_domain'
OBS-URL: https://build.opensuse.org/request/show/1169413
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-speech?expand=0&rev=17
* add translation_config in RecognitionConfig message
* add API for writing BatchRecognize transcripts in SRT and VTT formats
* Require google-api-core>=1.34.1
* fix ValueError in test__validate_universe_domain
* Add google-auth as a direct dependency
* Add staticmethod decorator to _get_client_cert_source and
_get_api_endpoint
* Resolve AttributeError 'Credentials' object has no attribute
'universe_domain'
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-speech?expand=0&rev=4
- Update to 2.22.0
* Add transcript normalization + m4a audio format support (8536b20)
* Support MP3, TranscriptNormalization and SpeakerLabels in STT V1 API (#11967)
* Clarify alternatives for deprecated fields (8536b20)
* Deprecate `BatchRecognizeFileResult.transcript` in favor of
`inline_result.transcript` (8536b20)
* Deprecate `BatchRecognizeFileResult.uri` in favor of
`cloud_storage_result.native_format_uri` (8536b20)
- Drop patches for issues fixed upstream
* python-google-cloud-speech-no-mock.patch
- Skip tests that are currently failing
* test_list_phrase_set (forwarded request 1131330 from glaubitz)
OBS-URL: https://build.opensuse.org/request/show/1131340
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-speech?expand=0&rev=14
- Update to 2.22.0
* Add transcript normalization + m4a audio format support (8536b20)
* Support MP3, TranscriptNormalization and SpeakerLabels in STT V1 API (#11967)
* Clarify alternatives for deprecated fields (8536b20)
* Deprecate `BatchRecognizeFileResult.transcript` in favor of
`inline_result.transcript` (8536b20)
* Deprecate `BatchRecognizeFileResult.uri` in favor of
`cloud_storage_result.native_format_uri` (8536b20)
- Drop patches for issues fixed upstream
* python-google-cloud-speech-no-mock.patch
- Skip tests that are currently failing
* test_list_phrase_set
OBS-URL: https://build.opensuse.org/request/show/1131330
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-speech?expand=0&rev=28
- Update to 2.19.0
* Add support for BatchRecognize (2e7ee2d)
* Fix formatting of request arg in docstring (#512)
* Fix the resource name format in comment for CreatePhraseSetRequest (2e7ee2d)
- from version 2.18.0
* Enable "rest" transport in Python for services supporting numeric enums (a20d0f1)
* Voice Activity Detection - adding speech event time and speech event type (a20d0f1)
- from version 2.17.3
* **v1:** Clarified boost usage (#491)
- from version 2.17.2
* Clarify boost usage in Reference (#486)
- from version 2.17.1
* Add context manager return types (ed80330)
* Add documentation for enums (ed80330)
- from version 2.17.0
* Add support for python 3.11 (#478)
* Add typing to proto.Message based class attributes (c2a079c)
* Added new fields to facilitate debugging (c2a079c)
* **v1:** Added ABNF Grammars field in Speech Adaptation (ca28974)
* **v1p1beta1:** Added ABNF Grammars field in Speech Adaptation (ca28974)
* Add dict typing for client_options (c2a079c)
* **deps:** Require google-api-core >=1.34.0, >=2.11.0 (c2a079c)
* Drop usage of pkg_resources (c2a079c)
* Fix timeout default values (c2a079c)
* **samples:** Code samples for Speech-to-Text V2 (5c99f00)
* **samples:** Snippetgen handling of repeated enum field (c2a079c)
* **samples:** Snippetgen should call await on the operation coroutine
before calling result (c2a079c)
* **samples:** Update code samples for adaptation and VAD (#462)
- Update BuildRequires and Requires from setup.py (forwarded request 1075495 from glaubitz)
OBS-URL: https://build.opensuse.org/request/show/1075513
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-speech?expand=0&rev=11
- Update to 2.19.0
* Add support for BatchRecognize (2e7ee2d)
* Fix formatting of request arg in docstring (#512)
* Fix the resource name format in comment for CreatePhraseSetRequest (2e7ee2d)
- from version 2.18.0
* Enable "rest" transport in Python for services supporting numeric enums (a20d0f1)
* Voice Activity Detection - adding speech event time and speech event type (a20d0f1)
- from version 2.17.3
* **v1:** Clarified boost usage (#491)
- from version 2.17.2
* Clarify boost usage in Reference (#486)
- from version 2.17.1
* Add context manager return types (ed80330)
* Add documentation for enums (ed80330)
- from version 2.17.0
* Add support for python 3.11 (#478)
* Add typing to proto.Message based class attributes (c2a079c)
* Added new fields to facilitate debugging (c2a079c)
* **v1:** Added ABNF Grammars field in Speech Adaptation (ca28974)
* **v1p1beta1:** Added ABNF Grammars field in Speech Adaptation (ca28974)
* Add dict typing for client_options (c2a079c)
* **deps:** Require google-api-core >=1.34.0, >=2.11.0 (c2a079c)
* Drop usage of pkg_resources (c2a079c)
* Fix timeout default values (c2a079c)
* **samples:** Code samples for Speech-to-Text V2 (5c99f00)
* **samples:** Snippetgen handling of repeated enum field (c2a079c)
* **samples:** Snippetgen should call await on the operation coroutine
before calling result (c2a079c)
* **samples:** Update code samples for adaptation and VAD (#462)
- Update BuildRequires and Requires from setup.py
OBS-URL: https://build.opensuse.org/request/show/1075495
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-speech?expand=0&rev=22
- Update to 2.13.1
Bug Fixes
* **deps:** require google-api-core>=1.31.5, >=2.3.2 (#334)
* **deps:** require proto-plus>=1.15.0 (b35bd09)
- from version 2.13.0
Features
* add api key support (#313)
Bug Fixes
* **deps:** move libcst to extras (#322)
* resolve DuplicateCredentialArgs error when using credentials_file (#318)
Documentation
* add generated snippets (#321)
- from version 2.12.0
Features
* add hint boost in SpeechContext (3fdef1f)
* add result_end_time to SpeechRecognitionResult (#291)
* add SpeechAdaptation configuration (3fdef1f)
* add spoken punctuation and spoken emojis (3fdef1f)
* add WEBM_OPUS codec (3fdef1f)
* add word confidence (3fdef1f)
* added alternative_language_codes to RecognitionConfig (#290)
- from version 2.11.1
Bug Fixes
* **deps:** drop packaging dependency (43f25c0)
* **deps:** require google-api-core >= 1.28.0 (43f25c0)
Documentation
* list oneofs in docstring (43f25c0)
- from version 2.11.0
Features
* add support for python 3.10 (#274) (forwarded request 967509 from glaubitz)
OBS-URL: https://build.opensuse.org/request/show/967510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-speech?expand=0&rev=7
- Update to 2.13.1
Bug Fixes
* **deps:** require google-api-core>=1.31.5, >=2.3.2 (#334)
* **deps:** require proto-plus>=1.15.0 (b35bd09)
- from version 2.13.0
Features
* add api key support (#313)
Bug Fixes
* **deps:** move libcst to extras (#322)
* resolve DuplicateCredentialArgs error when using credentials_file (#318)
Documentation
* add generated snippets (#321)
- from version 2.12.0
Features
* add hint boost in SpeechContext (3fdef1f)
* add result_end_time to SpeechRecognitionResult (#291)
* add SpeechAdaptation configuration (3fdef1f)
* add spoken punctuation and spoken emojis (3fdef1f)
* add WEBM_OPUS codec (3fdef1f)
* add word confidence (3fdef1f)
* added alternative_language_codes to RecognitionConfig (#290)
- from version 2.11.1
Bug Fixes
* **deps:** drop packaging dependency (43f25c0)
* **deps:** require google-api-core >= 1.28.0 (43f25c0)
Documentation
* list oneofs in docstring (43f25c0)
- from version 2.11.0
Features
* add support for python 3.10 (#274)
OBS-URL: https://build.opensuse.org/request/show/967509
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-speech?expand=0&rev=14