Skip to content
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
12 changes: 11 additions & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,17 @@ libraries:
- path: google/cloud/speech/v1
- path: google/cloud/speech/v1p1beta1
copyright_year: "2026"
skip_generate: true
keep:
- src/helpers.ts
- src/index.ts
- system-test/fixtures/streamingRecognize/input.wav
- system-test/speech_system_test.js
- system-test/speech_system_test_v1.js
- system-test/speech_system_test_v1p1beta1.js
- system-test/speech_typescript_system_test.ts
- system-test/speech_typescript_system_test_v1.ts
- system-test/speech_typescript_system_test_v1p1beta1.ts
- test/helpers.test.ts
nodejs:
default_version: v1
dependencies:
Expand Down
22 changes: 0 additions & 22 deletions packages/google-cloud-speech/.OwlBot.yaml

This file was deleted.

31 changes: 15 additions & 16 deletions packages/google-cloud-speech/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"name": "speech",
"name_pretty": "Cloud Speech",
"product_documentation": "https://cloud.google.com/speech-to-text/docs/",
"client_documentation": "https://googleapis.dev/nodejs/speech/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559758",
"release_level": "stable",
"language": "nodejs",
"repo": "googleapis/google-cloud-node",
"distribution_name": "@google-cloud/speech",
"api_id": "speech.googleapis.com",
"requires_billing": false,
"codeowner_team": "@googleapis/ml-apis",
"default_version": "v1",
"api_shortname": "speech",
"library_type": "GAPIC_COMBO"
}
"api_description": "Converts audio to text by applying powerful neural network models.",
"api_id": "speech.googleapis.com",
"api_shortname": "speech",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/speech/latest",
"default_version": "v1",
"distribution_name": "@google-cloud/speech",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559758",
"language": "nodejs",
"library_type": "GAPIC_AUTO",
"name": "speech",
"name_pretty": "Cloud Speech-to-Text",
"product_documentation": "https://cloud.google.com/speech-to-text/docs",
"release_level": "stable",
"repo": "googleapis/google-cloud-node"
}
4 changes: 0 additions & 4 deletions packages/google-cloud-speech/prettier.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion packages/google-cloud-speech/src/helpers.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2017 Google Inc. All Rights Reserved.
* Copyright 2026 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-speech/test/helpers.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Copyright 2017 Google Inc. All Rights Reserved.
* Copyright 2026 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Loading