google-cloud-language-v1beta2 0.1.2 → 0.1.3

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: c82005db5b48cadcabe648a5db27273721c93d81d88b264d58ff549d9cf8aa27
4
- data.tar.gz: fda81a4890d9369d40c5114c53fdf8826cb8dfb2151258ec50eba2c9d6d9153f
3
+ metadata.gz: 8afc95ac60ea9e40b1ac4c38c802aa3e6650ddb4bd3570b581f42276e251a72e
4
+ data.tar.gz: 9009976bf309fcdeabb38cf07dd5f192b42e5f38c4836d1403924bb28295c974
5
5
  SHA512:
6
- metadata.gz: dbaefa1050a039160a7c1fe198e78aa0e3572543371a3b1b0fd913011f029bcc5b816f586225059c18ca77c4fe3f3ea09c1a04d878cec060e7fa34580a1d3d8b
7
- data.tar.gz: caaf8ffce38a1ace5431aeb9d496367ec033417aef67690ea29a190150554c1d846bc89f77ebd0d02b8a313919c9eb2a79213a1166f42f332bc708b1b26a1162
6
+ metadata.gz: 24002f867c2a24fb13c98bf6c5fdd6f00ad30a900999af99e8f903b108666a2182623e9775c2d794522422ae128548d3364df34a503418744469d43f857264a0
7
+ data.tar.gz: 9ee7c1ed416f09452b713f00c42e77e10fc04f8138e5b3c34a10ecdd537dea2936938e2407ea6cf9eec463de1258fb51870597dd37bea82ab9312659e6cb44ea
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Language
23
23
  module V1beta2
24
- VERSION = "0.1.2"
24
+ VERSION = "0.1.3"
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
@@ -888,7 +888,7 @@ module Google
888
888
  # @!attribute [rw] name
889
889
  # @return [String]
890
890
  # The name of the category representing the document, from the [predefined
891
- # taxonomy](/natural-language/docs/categories).
891
+ # taxonomy](https://cloud.google.com/natural-language/docs/categories).
892
892
  # @!attribute [rw] confidence
893
893
  # @return [Float]
894
894
  # The classifier's confidence of the category. Number represents how certain
@@ -1061,7 +1061,8 @@ module Google
1061
1061
  # @return [Boolean]
1062
1062
  # Classify the full document into categories. If this is true,
1063
1063
  # the API will use the default model which classifies into a
1064
- # [predefined taxonomy](/natural-language/docs/categories).
1064
+ # [predefined
1065
+ # taxonomy](https://cloud.google.com/natural-language/docs/categories).
1065
1066
  class Features
1066
1067
  include Google::Protobuf::MessageExts
1067
1068
  extend Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-language-v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
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-04-01 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