Skip to content

Commit 711a0ca

Browse files
authored
Merge pull request #615 from GoogleCloudPlatform/speech-cloud-clients
2 parents 153a89e + 9165073 commit 711a0ca

15 files changed

+1
-1340
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<module>monitoring/v3</module>
8585
<module>pubsub/cloud-client</module>
8686
<module>spanner/cloud-client</module>
87-
<module>speech/grpc</module>
87+
<module>speech/cloud-client</module>
8888
<module>storage/cloud-client</module>
8989
<module>storage/json-api</module>
9090
<module>storage/storage-transfer</module>

speech/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
This directory contains several samples for the [Cloud Speech API](https://cloud.google.com/speech/)
44
with Java.
55

6-
- [grpc](grpc)
7-
8-
A sample for accessing Cloud Speech streaming and non streaming apis with [gRPC](http://www.grpc.io/).
9-
106
- [Cloud Client](cloud-client)
117

128
A sample for accessing Cloud Speech streaming and non streaming apis using the [Cloud Client Library for Java](https://github.com/GoogleCloudPlatform/google-cloud-java).

speech/grpc/README.md

-101
This file was deleted.

speech/grpc/bin/speech-sample-async.sh

-18
This file was deleted.

speech/grpc/bin/speech-sample-streaming.sh

-18
This file was deleted.

speech/grpc/bin/speech-sample-sync.sh

-18
This file was deleted.

speech/grpc/pom.xml

-166
This file was deleted.

speech/grpc/resources/audio.raw

-56.6 KB
Binary file not shown.

speech/grpc/resources/audio32KHz.raw

-162 KB
Binary file not shown.

0 commit comments

Comments
 (0)