Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [Speech] add locations metadata proto file #7537

Merged
merged 2 commits into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Speech/metadata/V2/CloudSpeech.php
Binary file not shown.
Binary file added Speech/metadata/V2/LocationsMetadata.php
Binary file not shown.
68 changes: 68 additions & 0 deletions Speech/src/V2/AccessMetadata.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 58 additions & 0 deletions Speech/src/V2/AccessMetadata/ConstraintType.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Speech/src/V2/AutoDetectDecodingConfig.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Speech/src/V2/BatchRecognizeRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Speech/src/V2/Gapic/SpeechGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ public function __construct(array $options = [])
* request.
* @type BatchRecognizeFileMetadata[] $files
* Audio files with file metadata for ASR.
* The maximum number of files allowed to be specified is 5.
* The maximum number of files allowed to be specified is 15.
* @type RecognitionOutputConfig $recognitionOutputConfig
* Configuration options for where to output the transcripts of each file.
* @type int $processingStrategy
Expand Down
68 changes: 68 additions & 0 deletions Speech/src/V2/LanguageMetadata.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

126 changes: 126 additions & 0 deletions Speech/src/V2/LocationsMetadata.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading