google-apis-language_v2 0.8.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -2
- data/lib/google/apis/language_v2/classes.rb +8 -9
- data/lib/google/apis/language_v2/gem_version.rb +3 -3
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 701866627737639fd34b024c8354f378ebada557f494b253066e7eeb16f8ba3d
|
4
|
+
data.tar.gz: a65d146f886e96475855e057f73ccb86b3cb7e933c1c4730fa68e8469906aae0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ff0602178de2142e93aa61eaa1b3d1c7e097a14a5fbf757fffdb2025b0be8f9d8a58868ec24c7a78db8460404642cb59ebae9fb281f23f69a517544346ad022
|
7
|
+
data.tar.gz: 7bd0226b18161780ce58b407f5e93c6e5b4d04f4db6e08cc0d89dcde69f71814c39d3a9c08113d67b3e0fc87c150b5490e038606acf071f09001034113378d24
|
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,13 @@
|
|
1
1
|
# Release history for google-apis-language_v2
|
2
2
|
|
3
|
-
### v0.
|
3
|
+
### v0.9.0 (2025-03-16)
|
4
4
|
|
5
|
-
* Regenerated from discovery document revision
|
5
|
+
* Regenerated from discovery document revision 20250309
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
8
|
+
### v0.8.0 (2024-11-17)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20241110
|
6
11
|
|
7
12
|
### v0.7.0 (2024-10-06)
|
8
13
|
|
@@ -58,7 +58,7 @@ module Google
|
|
58
58
|
|
59
59
|
# The language of the text, which will be the same as the language specified in
|
60
60
|
# the request or, if not specified, the automatically-detected language. See
|
61
|
-
# Document.
|
61
|
+
# Document.language_code field for more details.
|
62
62
|
# Corresponds to the JSON property `languageCode`
|
63
63
|
# @return [String]
|
64
64
|
attr_accessor :language_code
|
@@ -118,7 +118,7 @@ module Google
|
|
118
118
|
|
119
119
|
# The language of the text, which will be the same as the language specified in
|
120
120
|
# the request or, if not specified, the automatically-detected language. See
|
121
|
-
# Document.
|
121
|
+
# Document.language_code field for more details.
|
122
122
|
# Corresponds to the JSON property `languageCode`
|
123
123
|
# @return [String]
|
124
124
|
attr_accessor :language_code
|
@@ -238,15 +238,14 @@ module Google
|
|
238
238
|
attr_accessor :document_sentiment
|
239
239
|
|
240
240
|
# Entities, along with their semantic information, in the input document.
|
241
|
-
# Populated if the user enables AnnotateTextRequest.Features.extract_entities
|
242
|
-
# AnnotateTextRequest.Features.extract_entity_sentiment.
|
241
|
+
# Populated if the user enables AnnotateTextRequest.Features.extract_entities .
|
243
242
|
# Corresponds to the JSON property `entities`
|
244
243
|
# @return [Array<Google::Apis::LanguageV2::Entity>]
|
245
244
|
attr_accessor :entities
|
246
245
|
|
247
246
|
# The language of the text, which will be the same as the language specified in
|
248
247
|
# the request or, if not specified, the automatically-detected language. See
|
249
|
-
# Document.
|
248
|
+
# Document.language_code field for more details.
|
250
249
|
# Corresponds to the JSON property `languageCode`
|
251
250
|
# @return [String]
|
252
251
|
attr_accessor :language_code
|
@@ -350,7 +349,7 @@ module Google
|
|
350
349
|
|
351
350
|
# The language of the text, which will be the same as the language specified in
|
352
351
|
# the request or, if not specified, the automatically-detected language. See
|
353
|
-
# Document.
|
352
|
+
# Document.language_code field for more details.
|
354
353
|
# Corresponds to the JSON property `languageCode`
|
355
354
|
# @return [String]
|
356
355
|
attr_accessor :language_code
|
@@ -706,7 +705,7 @@ module Google
|
|
706
705
|
end
|
707
706
|
end
|
708
707
|
|
709
|
-
# Infra Usage of billing metrics.
|
708
|
+
# LINT: LEGACY_NAMES Infra Usage of billing metrics.
|
710
709
|
class InfraUsage
|
711
710
|
include Google::Apis::Core::Hashable
|
712
711
|
|
@@ -780,7 +779,7 @@ module Google
|
|
780
779
|
|
781
780
|
# The language of the text, which will be the same as the language specified in
|
782
781
|
# the request or, if not specified, the automatically-detected language. See
|
783
|
-
# Document.
|
782
|
+
# Document.language_code field for more details.
|
784
783
|
# Corresponds to the JSON property `languageCode`
|
785
784
|
# @return [String]
|
786
785
|
attr_accessor :language_code
|
@@ -5045,7 +5044,7 @@ module Google
|
|
5045
5044
|
class XpsVisionTrainingOperationMetadata
|
5046
5045
|
include Google::Apis::Core::Hashable
|
5047
5046
|
|
5048
|
-
# Infra Usage of billing metrics.
|
5047
|
+
# LINT: LEGACY_NAMES Infra Usage of billing metrics.
|
5049
5048
|
# Corresponds to the JSON property `explanationUsage`
|
5050
5049
|
# @return [Google::Apis::LanguageV2::InfraUsage]
|
5051
5050
|
attr_accessor :explanation_usage
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module LanguageV2
|
18
18
|
# Version of the google-apis-language_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250309"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-language_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-16 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-language_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-language_v2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-language_v2/v0.9.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-language_v2
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Cloud Natural Language API V2
|
82
79
|
test_files: []
|