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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8afc95ac60ea9e40b1ac4c38c802aa3e6650ddb4bd3570b581f42276e251a72e
|
4
|
+
data.tar.gz: 9009976bf309fcdeabb38cf07dd5f192b42e5f38c4836d1403924bb28295c974
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24002f867c2a24fb13c98bf6c5fdd6f00ad30a900999af99e8f903b108666a2182623e9775c2d794522422ae128548d3364df34a503418744469d43f857264a0
|
7
|
+
data.tar.gz: 9ee7c1ed416f09452b713f00c42e77e10fc04f8138e5b3c34a10ecdd537dea2936938e2407ea6cf9eec463de1258fb51870597dd37bea82ab9312659e6cb44ea
|
@@ -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
|
@@ -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
|
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.
|
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-
|
11
|
+
date: 2020-04-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|