Skip to content

Commit a3caa95

Browse files
feat: [Speech] adds endpointing sensitivity to streaming recognition features (#8931)
* feat: adds endpointing sensitivity to streaming recognition features PiperOrigin-RevId: 871987204 Source-Link: googleapis/googleapis@b2f57f3 Source-Link: googleapis/googleapis-gen@3d8601e Copy-Tag: eyJwIjoiU3BlZWNoLy5Pd2xCb3QueWFtbCIsImgiOiIzZDg2MDFlMWIxODEzYmUyMGZmOWViMzBlMGYxODcxYjUzODFlMmJjIn0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 46f180c commit a3caa95

5 files changed

Lines changed: 124 additions & 0 deletions

File tree

Speech/metadata/V2/CloudSpeech.php

297 Bytes
Binary file not shown.

Speech/samples/V2/SpeechClient/list_locations.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131

3232
/**
3333
* Lists information about the supported locations for this service.
34+
This method can be called in two ways:
35+
36+
* **List all public locations:** Use the path `GET /v1/locations`.
37+
* **List project-visible locations:** Use the path
38+
`GET /v1/projects/{project_id}/locations`. This may include public
39+
locations as well as private or other locations specifically visible
40+
to the project.
3441
*
3542
* This sample has been automatically generated and should be regarded as a code
3643
* template only. It will require modifications to work:

Speech/src/V2/Client/SpeechClient.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,13 @@ public function getLocation(GetLocationRequest $request, array $callOptions = []
10901090

10911091
/**
10921092
* Lists information about the supported locations for this service.
1093+
This method can be called in two ways:
1094+
1095+
* **List all public locations:** Use the path `GET /v1/locations`.
1096+
* **List project-visible locations:** Use the path
1097+
`GET /v1/projects/{project_id}/locations`. This may include public
1098+
locations as well as private or other locations specifically visible
1099+
to the project.
10931100
*
10941101
* The async variant is {@see SpeechClient::listLocationsAsync()} .
10951102
*

Speech/src/V2/StreamingRecognitionFeatures.php

Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Speech/src/V2/StreamingRecognitionFeatures/EndpointingSensitivity.php

Lines changed: 76 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)