Skip to content

Commit 34da4d1

Browse files
jskeetchalmerlowe
authored andcommitted
chore: complete google-cloud-speech migration (#16673)
- Reformat with nox - Enable generation with librarian - Regenerate with librarian
1 parent 4f238a0 commit 34da4d1

File tree

3 files changed

+15
-17
lines changed

3 files changed

+15
-17
lines changed

librarian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3567,7 +3567,6 @@ libraries:
35673567
- tests/system/__init__.py
35683568
- tests/system/smoke_test.py
35693569
- tests/unit/test_helpers.py
3570-
skip_generate: true
35713570
python:
35723571
library_type: GAPIC_COMBO
35733572
name_pretty_override: Cloud Speech
Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
{
2-
"api_description": "enables easy integration of Google speech recognition technologies into developer applications. Send audio and receive a text transcription from the Speech-to-Text API service.",
3-
"api_id": "speech.googleapis.com",
4-
"api_shortname": "speech",
5-
"client_documentation": "https://cloud.google.com/python/docs/reference/speech/latest",
6-
"default_version": "v1",
7-
"distribution_name": "google-cloud-speech",
8-
"issue_tracker": "https://issuetracker.google.com/savedsearches/559758",
9-
"language": "python",
10-
"library_type": "GAPIC_COMBO",
11-
"name": "speech",
12-
"name_pretty": "Cloud Speech",
13-
"product_documentation": "https://cloud.google.com/speech-to-text/docs/",
14-
"release_level": "stable",
15-
"repo": "googleapis/google-cloud-python",
16-
"requires_billing": false
2+
"api_description": "enables easy integration of Google speech recognition technologies into developer applications. Send audio and receive a text transcription from the Speech-to-Text API service.",
3+
"api_id": "speech.googleapis.com",
4+
"api_shortname": "speech",
5+
"client_documentation": "https://cloud.google.com/python/docs/reference/speech/latest",
6+
"default_version": "v1",
7+
"distribution_name": "google-cloud-speech",
8+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559758",
9+
"language": "python",
10+
"library_type": "GAPIC_COMBO",
11+
"name": "speech",
12+
"name_pretty": "Cloud Speech",
13+
"product_documentation": "https://cloud.google.com/speech-to-text/docs/",
14+
"release_level": "stable",
15+
"repo": "googleapis/google-cloud-python"
1716
}

packages/google-cloud-speech/google/cloud/speech/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
__version__ = package_version.__version__
1919

2020

21+
from google.cloud.speech_v1 import SpeechClient
2122
from google.cloud.speech_v1.services.adaptation.async_client import (
2223
AdaptationAsyncClient,
2324
)
2425
from google.cloud.speech_v1.services.adaptation.client import AdaptationClient
2526
from google.cloud.speech_v1.services.speech.async_client import SpeechAsyncClient
26-
from google.cloud.speech_v1 import SpeechClient
2727
from google.cloud.speech_v1.types.cloud_speech import (
2828
LongRunningRecognizeMetadata,
2929
LongRunningRecognizeRequest,

0 commit comments

Comments
 (0)