File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed
main/java/com/example/video
test/java/com/example/video Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 29
29
import com .google .cloud .videointelligence .v1 .VideoIntelligenceServiceClient ;
30
30
import com .google .cloud .videointelligence .v1 .VideoSegment ;
31
31
import com .google .protobuf .ByteString ;
32
-
33
32
import com .google .protobuf .Duration ;
34
33
import java .nio .file .Files ;
35
34
import java .nio .file .Path ;
@@ -163,4 +162,3 @@ public static VideoAnnotationResults detectTextGcs(String gcsUri) throws Excepti
163
162
}
164
163
// [END video_detect_text_gcs]
165
164
}
166
-
Original file line number Diff line number Diff line change 29
29
import com .google .cloud .videointelligence .v1 .VideoIntelligenceServiceClient ;
30
30
import com .google .cloud .videointelligence .v1 .VideoSegment ;
31
31
import com .google .protobuf .ByteString ;
32
-
33
32
import com .google .protobuf .Duration ;
34
33
import java .nio .file .Files ;
35
34
import java .nio .file .Path ;
@@ -172,5 +171,3 @@ public static VideoAnnotationResults trackObjectsGcs(String gcsUri) throws Excep
172
171
}
173
172
// [END video_object_tracking_gcs]
174
173
}
175
-
176
-
Original file line number Diff line number Diff line change 21
21
import com .google .cloud .videointelligence .v1 .ObjectTrackingAnnotation ;
22
22
import com .google .cloud .videointelligence .v1 .TextAnnotation ;
23
23
import com .google .cloud .videointelligence .v1 .VideoAnnotationResults ;
24
-
25
24
import java .io .ByteArrayOutputStream ;
26
25
import java .io .PrintStream ;
27
26
import java .util .Arrays ;
28
27
import java .util .List ;
29
-
30
28
import org .junit .After ;
31
29
import org .junit .Before ;
32
30
import org .junit .Test ;
You can’t perform that action at this time.
0 commit comments