google-cloud-language-v1 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce02946e1eb6e1e239238136d8b46fb679c37de9e70a13949e457ea61f4a515c
|
4
|
+
data.tar.gz: 4057d407ee8c631ed920b3b9abf0bf1ae2b477934877bf3843302d163a193c20
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 54d28ee793371e80d16eb47745fee0eaa563abccff5e8bcfeedf8966b6d3edc9351acb999b0076e5983d636733c14321156d3f54eb2f916488171d529499dd66
|
7
|
+
data.tar.gz: 813c5bdd7356711a41da81761781d2a8e2826c6c440fc1d301e3aeee28638253db9ae8e170ab7722d38c48fd26e5c602edbc2b4f4d8466826f9e03eb5879774a
|
@@ -43,11 +43,11 @@ module Google
|
|
43
43
|
# The language of the document (if not specified, the language is
|
44
44
|
# automatically detected). Both ISO and BCP-47 language codes are
|
45
45
|
# accepted.<br>
|
46
|
-
# [Language
|
47
|
-
#
|
48
|
-
#
|
49
|
-
#
|
50
|
-
# is returned.
|
46
|
+
# [Language
|
47
|
+
# Support](https://cloud.google.com/natural-language/docs/languages) lists
|
48
|
+
# currently supported languages for each API method. If the language (either
|
49
|
+
# specified by the caller or automatically detected) is not supported by the
|
50
|
+
# called API method, an `INVALID_ARGUMENT` error is returned.
|
51
51
|
class Document
|
52
52
|
include Google::Protobuf::MessageExts
|
53
53
|
extend Google::Protobuf::MessageExts::ClassMethods
|
@@ -882,7 +882,7 @@ module Google
|
|
882
882
|
# @!attribute [rw] name
|
883
883
|
# @return [String]
|
884
884
|
# The name of the category representing the document, from the [predefined
|
885
|
-
# taxonomy](/natural-language/docs/categories).
|
885
|
+
# taxonomy](https://cloud.google.com/natural-language/docs/categories).
|
886
886
|
# @!attribute [rw] confidence
|
887
887
|
# @return [Float]
|
888
888
|
# The classifier's confidence of the category. Number represents how certain
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-language-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-04-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|