Skip to content

Commit 93d4fe8

Browse files
feat(speech): update the api
#### speech:v1 The following keys were added: - endpoints (Total Keys: 1) #### speech:v1p1beta1 The following keys were added: - endpoints (Total Keys: 1)
1 parent 4f40ad9 commit 93d4fe8

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

googleapiclient/discovery_cache/documents/speech.v1.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,23 @@
1515
"description": "Converts audio to text by applying powerful neural network models.",
1616
"discoveryVersion": "v1",
1717
"documentationLink": "https://cloud.google.com/speech-to-text/docs/quickstart-protocol",
18+
"endpoints": [
19+
{
20+
"description": "Regional Endpoint",
21+
"endpointUrl": "https://speech.us-central1.rep.googleapis.com/",
22+
"location": "us-central1"
23+
},
24+
{
25+
"description": "Regional Endpoint",
26+
"endpointUrl": "https://speech.us-west1.rep.googleapis.com/",
27+
"location": "us-west1"
28+
},
29+
{
30+
"description": "Regional Endpoint",
31+
"endpointUrl": "https://speech.me-west1.rep.googleapis.com/",
32+
"location": "me-west1"
33+
}
34+
],
1835
"fullyEncodeReservedExpansion": true,
1936
"icons": {
2037
"x16": "http://www.google.com/images/icons/product/search-16.gif",
@@ -524,7 +541,7 @@
524541
}
525542
}
526543
},
527-
"revision": "20240926",
544+
"revision": "20241024",
528545
"rootUrl": "https://speech.googleapis.com/",
529546
"schemas": {
530547
"ABNFGrammar": {

googleapiclient/discovery_cache/documents/speech.v1p1beta1.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,23 @@
1515
"description": "Converts audio to text by applying powerful neural network models.",
1616
"discoveryVersion": "v1",
1717
"documentationLink": "https://cloud.google.com/speech-to-text/docs/quickstart-protocol",
18+
"endpoints": [
19+
{
20+
"description": "Regional Endpoint",
21+
"endpointUrl": "https://speech.us-central1.rep.googleapis.com/",
22+
"location": "us-central1"
23+
},
24+
{
25+
"description": "Regional Endpoint",
26+
"endpointUrl": "https://speech.us-west1.rep.googleapis.com/",
27+
"location": "us-west1"
28+
},
29+
{
30+
"description": "Regional Endpoint",
31+
"endpointUrl": "https://speech.me-west1.rep.googleapis.com/",
32+
"location": "me-west1"
33+
}
34+
],
1835
"fullyEncodeReservedExpansion": true,
1936
"icons": {
2037
"x16": "http://www.google.com/images/icons/product/search-16.gif",
@@ -524,7 +541,7 @@
524541
}
525542
}
526543
},
527-
"revision": "20240926",
544+
"revision": "20241024",
528545
"rootUrl": "https://speech.googleapis.com/",
529546
"schemas": {
530547
"ABNFGrammar": {

0 commit comments

Comments
 (0)