We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc6342 commit 2c5c68cCopy full SHA for 2c5c68c
1 file changed
packages/google-cloud-speech/src/helpers.ts
@@ -58,6 +58,7 @@ export class ImprovedStreamingClient {
58
*/
59
streamingRecognize(
60
streamingConfig?:
61
+ | protosTypes.google.cloud.speech.v2.IStreamingRecognitionConfig
62
| protosTypes.google.cloud.speech.v1.IStreamingRecognitionConfig
63
| protosTypes.google.cloud.speech.v1p1beta1.IStreamingRecognitionConfig,
64
options?: gax.CallOptions
@@ -78,6 +79,7 @@ export class ImprovedStreamingClient {
78
79
'response',
80
(
81
response:
82
+ | protosTypes.google.cloud.speech.v2.StreamingRecognizeResponse
83
| protosTypes.google.cloud.speech.v1.StreamingRecognizeResponse
84
| protosTypes.google.cloud.speech.v1p1beta1.StreamingRecognizeResponse
85
) => {
0 commit comments