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 13c25fc commit affabbdCopy full SHA for affabbd
language/snippets/src/main/java/com/example/language/QuickstartSample.java
@@ -18,10 +18,9 @@
18
19
// [START language_quickstart]
20
// Imports the Google Cloud client library
21
-import com.google.cloud.language.spi.v1.LanguageServiceClient;
22
-
23
import com.google.cloud.language.v1.Document;
24
import com.google.cloud.language.v1.Document.Type;
+import com.google.cloud.language.v1.LanguageServiceClient;
25
import com.google.cloud.language.v1.Sentiment;
26
27
public class QuickstartSample {
0 commit comments