-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
In which file did you encounter the issue?
I'm trying to run the QuicksampleStart file. I did it on Eclipse. it gives these errors:
Did you change the file? If so, how?
Describe the issue
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
SpeechClient cannot be resolved to a type
SpeechClient cannot be resolved
ByteString cannot be resolved to a type
ByteString cannot be resolved
RecognitionConfig cannot be resolved to a type
RecognitionConfig cannot be resolved
AudioEncoding cannot be resolved to a variable
RecognitionAudio cannot be resolved to a type
RecognitionAudio cannot be resolved
RecognizeResponse cannot be resolved to a type
SpeechRecognitionResult cannot be resolved to a type
SpeechRecognitionResult cannot be resolved to a type
SpeechRecognitionAlternative cannot be resolved to a type
SpeechRecognitionAlternative cannot be resolved to a type
at speechTest.QuickstartSample.main(QuickstartSample.java:25)