File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
speech/cloud-client/src/main/java/com/example/speech Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
19
19
// [START speech_quickstart]
20
20
// Imports the Google Cloud client library
21
- import com .google .cloud .speech .v1p1beta1 .RecognitionAudio ;
22
- import com .google .cloud .speech .v1p1beta1 .RecognitionConfig ;
23
- import com .google .cloud .speech .v1p1beta1 .RecognitionConfig .AudioEncoding ;
24
- import com .google .cloud .speech .v1p1beta1 .RecognizeResponse ;
25
- import com .google .cloud .speech .v1p1beta1 .SpeechClient ;
26
- import com .google .cloud .speech .v1p1beta1 .SpeechRecognitionAlternative ;
27
- import com .google .cloud .speech .v1p1beta1 .SpeechRecognitionResult ;
21
+ import com .google .cloud .speech .v1 .RecognitionAudio ;
22
+ import com .google .cloud .speech .v1 .RecognitionConfig ;
23
+ import com .google .cloud .speech .v1 .RecognitionConfig .AudioEncoding ;
24
+ import com .google .cloud .speech .v1 .RecognizeResponse ;
25
+ import com .google .cloud .speech .v1 .SpeechClient ;
26
+ import com .google .cloud .speech .v1 .SpeechRecognitionAlternative ;
27
+ import com .google .cloud .speech .v1 .SpeechRecognitionResult ;
28
28
import com .google .protobuf .ByteString ;
29
29
import java .nio .file .Files ;
30
30
import java .nio .file .Path ;
You can’t perform that action at this time.
0 commit comments