UnityGoogleStreamingSpeechToText
UnityGoogleStreamingSpeechToText copied to clipboard
'SpeechClient.StreamingRecognizeStream' does not contain a definition for 'ResponseStream'
Hi, I'm getting the error
Packages\UnityGoogleStreamingSpeechToText\Runtime\StreamingRecognizer.cs(230,41): error CS1061: 'SpeechClient.StreamingRecognizeStream' does not contain a definition for 'ResponseStream' and no accessible extension method 'ResponseStream' accepting a first argument of type 'SpeechClient.StreamingRecognizeStream' could be found (are you missing a using directive or an assembly reference?)
What to do? Thanks!
Same problem here. What should I do?