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: d33a1aeb6b6f86ceeb82649af7e46ddcba66fd5227283474802469e804670b28
4
- data.tar.gz: 0c30135c4a045eadd16884af845e334b3c359f8867e23dd7977200b51cfad4bf
3
+ metadata.gz: ce02946e1eb6e1e239238136d8b46fb679c37de9e70a13949e457ea61f4a515c
4
+ data.tar.gz: 4057d407ee8c631ed920b3b9abf0bf1ae2b477934877bf3843302d163a193c20
5
5
  SHA512:
6
- metadata.gz: '092ded8dea14b727db95704b4ebaa9274fb56e166e1827c73a632ea334b36c7331d88c36ea3be8c3c797195d7f444eca29979eaa7610d426ae682915ad45aebe'
7
- data.tar.gz: 2a3cf7c1336d627780a3d187048370ab900c2a8f1a3b0acbb98d26a22daf138322af182f64048b27cd777b6e69045abebea6d89e471cb171af1a590a47079c7a
6
+ metadata.gz: 54d28ee793371e80d16eb47745fee0eaa563abccff5e8bcfeedf8966b6d3edc9351acb999b0076e5983d636733c14321156d3f54eb2f916488171d529499dd66
7
+ data.tar.gz: 813c5bdd7356711a41da81761781d2a8e2826c6c440fc1d301e3aeee28638253db9ae8e170ab7722d38c48fd26e5c602edbc2b4f4d8466826f9e03eb5879774a
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Language
23
23
  module V1
24
- VERSION = "0.1.1"
24
+ VERSION = "0.1.2"
25
25
  end
26
26
  end
27
27
  end
@@ -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 Support](/natural-language/docs/languages)
47
- # lists currently supported languages for each API method.
48
- # If the language (either specified by the caller or automatically detected)
49
- # is not supported by the called API method, an `INVALID_ARGUMENT` error
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.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-03-24 00:00:00.000000000 Z
11
+ date: 2020-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common