File tree 4 files changed +8
-7
lines changed
main/java/com/example/speech
test/java/com/example/speech
4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 37
37
<!-- [START dependencies] -->
38
38
<dependency >
39
39
<groupId >com.google.cloud</groupId >
40
- <artifactId >google-cloud</artifactId >
40
+ <artifactId >google-cloud-speech </artifactId >
41
41
<version >0.21.1-alpha</version >
42
42
</dependency >
43
43
<!-- [END dependencies] -->
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
package com .example .speech ;
18
+
18
19
import com .google .api .gax .rpc .ApiStreamObserver ;
19
20
import com .google .api .gax .rpc .OperationFuture ;
20
21
import com .google .api .gax .rpc .StreamingCallable ;
Original file line number Diff line number Diff line change 18
18
19
19
import static com .google .common .truth .Truth .assertThat ;
20
20
21
+ import java .io .ByteArrayOutputStream ;
22
+ import java .io .PrintStream ;
23
+
21
24
import org .junit .After ;
22
25
import org .junit .Before ;
23
26
import org .junit .Test ;
24
27
import org .junit .runner .RunWith ;
25
28
import org .junit .runners .JUnit4 ;
26
29
27
- import java .io .ByteArrayOutputStream ;
28
- import java .io .PrintStream ;
29
-
30
30
/**
31
31
* Tests for quickstart sample.
32
32
*/
Original file line number Diff line number Diff line change 18
18
19
19
import static com .google .common .truth .Truth .assertThat ;
20
20
21
+ import java .io .ByteArrayOutputStream ;
22
+ import java .io .PrintStream ;
23
+
21
24
import org .junit .After ;
22
25
import org .junit .Before ;
23
26
import org .junit .Test ;
24
27
import org .junit .runner .RunWith ;
25
28
import org .junit .runners .JUnit4 ;
26
29
27
- import java .io .ByteArrayOutputStream ;
28
- import java .io .PrintStream ;
29
-
30
30
/**
31
31
* Tests for speech recognize sample.
32
32
*/
You can’t perform that action at this time.
0 commit comments