8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d03cf8 commit 7ef8b81Copy full SHA for 7ef8b81
video/beta/pom.xml
@@ -40,7 +40,7 @@
40
<dependency>
41
<groupId>com.google.cloud</groupId>
42
<artifactId>google-cloud-video-intelligence</artifactId>
43
- <version>0.52.0-beta</version>
+ <version>0.55.1-beta</version>
44
</dependency>
45
<!-- [END dependencies] -->
46
video/beta/src/main/java/com/example/video/Detect.java
@@ -84,6 +84,7 @@ public static void speechTranscription(String gcsUri) throws Exception {
84
// Set the language code
85
SpeechTranscriptionConfig config = SpeechTranscriptionConfig.newBuilder()
86
.setLanguageCode("en-US")
87
+ .setEnableAutomaticPunctuation(true)
88
.build();
89
90
// Set the video context with the above configuration
0 commit comments