Skip to content

Commit 3976813

Browse files
committed
removed header comments
1 parent e81d249 commit 3976813

File tree

3 files changed

+0
-26
lines changed

3 files changed

+0
-26
lines changed

speech/grpc/src/main/java/com/google/cloud/speech/grpc/demos/AsyncRecognizeClient.java

-10
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
// Client that sends audio to Speech.AsyncRecognize via gRPC and returns longrunning operation.
18-
// The results are received via the google.longrunning.Operations interface.
19-
//
20-
// Uses a service account for OAuth2 authentication, which you may obtain at
21-
// https://console.developers.google.com
22-
// API Manager > Google Cloud Speech API > Enable
23-
// API Manager > Credentials > Create credentials > Service account key > New service account.
24-
//
25-
// Then set environment variable GOOGLE_APPLICATION_CREDENTIALS to the full path of that file.
26-
2717
package com.google.cloud.speech.grpc.demos;
2818

2919
import com.google.auth.oauth2.GoogleCredentials;

speech/grpc/src/main/java/com/google/cloud/speech/grpc/demos/StreamingRecognizeClient.java

-8
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
// Client sends streaming audio to Speech.Recognize via gRPC and returns streaming transcription.
18-
//
19-
// Uses a service account for OAuth2 authentication, which you may obtain at
20-
// https://console.developers.google.com
21-
// API Manager > Google Cloud Speech API > Enable
22-
// API Manager > Credentials > Create credentials > Service account key > New service account.
23-
//
24-
// Then set environment variable GOOGLE_APPLICATION_CREDENTIALS to the full path of that file.
2517

2618
package com.google.cloud.speech.grpc.demos;
2719

speech/grpc/src/main/java/com/google/cloud/speech/grpc/demos/SyncRecognizeClient.java

-8
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
// Client that sends audio to Speech.SyncRecognize via gRPC and returns transcription.
18-
//
19-
// Uses a service account for OAuth2 authentication, which you may obtain at
20-
// https://console.developers.google.com
21-
// API Manager > Google Cloud Speech API > Enable
22-
// API Manager > Credentials > Create credentials > Service account key > New service account.
23-
//
24-
// Then set environment variable GOOGLE_APPLICATION_CREDENTIALS to the full path of that file.
2517

2618
package com.google.cloud.speech.grpc.demos;
2719

0 commit comments

Comments
 (0)