File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
main/java/com/example/speech
test/java/com/example/speech Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 3737 <!-- [START dependencies] -->
3838 <dependency >
3939 <groupId >com.google.cloud</groupId >
40- <artifactId >google-cloud</artifactId >
40+ <artifactId >google-cloud-speech </artifactId >
4141 <version >0.21.1-alpha</version >
4242 </dependency >
4343 <!-- [END dependencies] -->
Original file line number Diff line number Diff line change 1515*/
1616
1717package com .example .speech ;
18+
1819import com .google .api .gax .rpc .ApiStreamObserver ;
1920import com .google .api .gax .rpc .OperationFuture ;
2021import com .google .api .gax .rpc .StreamingCallable ;
Original file line number Diff line number Diff line change 1818
1919import static com .google .common .truth .Truth .assertThat ;
2020
21+ import java .io .ByteArrayOutputStream ;
22+ import java .io .PrintStream ;
23+
2124import org .junit .After ;
2225import org .junit .Before ;
2326import org .junit .Test ;
2427import org .junit .runner .RunWith ;
2528import org .junit .runners .JUnit4 ;
2629
27- import java .io .ByteArrayOutputStream ;
28- import java .io .PrintStream ;
29-
3030/**
3131 * Tests for quickstart sample.
3232 */
Original file line number Diff line number Diff line change 1818
1919import static com .google .common .truth .Truth .assertThat ;
2020
21+ import java .io .ByteArrayOutputStream ;
22+ import java .io .PrintStream ;
23+
2124import org .junit .After ;
2225import org .junit .Before ;
2326import org .junit .Test ;
2427import org .junit .runner .RunWith ;
2528import org .junit .runners .JUnit4 ;
2629
27- import java .io .ByteArrayOutputStream ;
28- import java .io .PrintStream ;
29-
3030/**
3131 * Tests for speech recognize sample.
3232 */
You can’t perform that action at this time.
0 commit comments