File tree 2 files changed +20
-4
lines changed
packages/google-cloud-node/samples
2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -42,3 +42,18 @@ Example:
42
42
43
43
[ recognition_docs ] : https://cloud.google.com/speech/
44
44
[ recognition_code ] : recognize.js
45
+
46
+ ### Recognition (Streaming)
47
+
48
+ View the [ documentation] [ recognition_streaming_docs ] or the [ source code] [ recognition_streaming_code ] .
49
+
50
+ __ Run the sample:__
51
+
52
+ Usage: ` node recognize_streaming <path-to-audio-file> `
53
+
54
+ Example:
55
+
56
+ node recognize_streaming "/path/to/audio.file"
57
+
58
+ [ recognition_streaming_docs ] : https://cloud.google.com/speech/
59
+ [ recognition_streaming_code ] : recognize_streaming.js
Original file line number Diff line number Diff line change 9
9
"node" : " >=0.10.x"
10
10
},
11
11
"dependencies" : {
12
- "googleapis" : " ^7.1.0"
13
- },
14
- "devDependencies" : {
15
- "async" : " ^1.5.2"
12
+ "async" : " ^1.5.2" ,
13
+ "google-auto-auth" : " ^0.2.4" ,
14
+ "google-proto-files" : " ^0.2.4" ,
15
+ "googleapis" : " ^7.1.0" ,
16
+ "grpc" : " ^0.15.0"
16
17
}
17
18
}
You can’t perform that action at this time.
0 commit comments