You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/google-cloud-language/samples/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Examples:
58
58
node analyze.v1.js syntax-file my-bucket file.txt Detects syntax in gs://my-bucket/file.txt
59
59
node analyze.v1.js entity-sentiment-text "President Obama is speaking at the White House."
60
60
node analyze.v1.js entity-sentiment-file my-bucket file.txt Detects sentiment of entities in gs://my-bucket/file.txt
61
-
node analyze.v1.js classify-text "Android is a mobile operating system developed by Google."
61
+
node analyze.v1.js classify-text "Android is a mobile operating system developed by Google, based on the Linux kernel and designed primarily for touchscreen mobile devices such as smartphones and tablets."
62
62
node analyze.v1.js classify-file my-bucket android_text.txt Detects syntax in gs://my-bucket/android_text.txt
63
63
64
64
For more information, see https://cloud.google.com/natural-language/docs
@@ -99,7 +99,7 @@ Examples:
99
99
node analyze.v1beta2.js entities-file my-bucket file.txt Detects entities in gs://my-bucket/file.txt
100
100
node analyze.v1beta2.js syntax-text "President Obama is speaking at the White House."
101
101
node analyze.v1beta2.js syntax-file my-bucket file.txt Detects syntax in gs://my-bucket/file.txt
102
-
node analyze.v1beta2.js classify-text "Android is a mobile operating system developed by Google."
102
+
node analyze.v1beta2.js classify-text "Android is a mobile operating system developed by Google, based on the Linux kernel and designed primarily for touchscreen mobile devices such as smartphones and tablets."
103
103
node analyze.v1beta2.js classify-file my-bucket Detects syntax in gs://my-bucket/android_text.txt
0 commit comments