google-apis-language_v1beta2 0.18.0 → 0.19.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 035eb7d23bf14c63cf3fd8ed6d95263dfaa00e3bac104d2214012124c2b5acd9
|
|
4
|
+
data.tar.gz: 2f80b456edc574f4fb9aa41849eb0d97f23778694f09da6546b3c47ab811c660
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2a1a44cbde0bcb6a68d18ec9536b7ece95316f52ee29bf7d45bcc286bf395efabd59a2a14bb7af0ff5f2ff4bce50dc743a2b4c3233c12daed8404cae5ac7ce0
|
|
7
|
+
data.tar.gz: 19ecf64c3ae5634dca9f572a5293b9787d3815ccdff720b84316c90d4588fbcbed86961036477c8641fc37f6e85a4ca117d13eed1c6f5f6d7c58415e6d3ac568
|
data/CHANGELOG.md
CHANGED
|
@@ -593,7 +593,7 @@ module Google
|
|
|
593
593
|
# @return [Google::Apis::LanguageV1beta2::Sentiment]
|
|
594
594
|
attr_accessor :sentiment
|
|
595
595
|
|
|
596
|
-
# Represents
|
|
596
|
+
# Represents a text span in the input document.
|
|
597
597
|
# Corresponds to the JSON property `text`
|
|
598
598
|
# @return [Google::Apis::LanguageV1beta2::TextSpan]
|
|
599
599
|
attr_accessor :text
|
|
@@ -812,7 +812,7 @@ module Google
|
|
|
812
812
|
# @return [Google::Apis::LanguageV1beta2::Sentiment]
|
|
813
813
|
attr_accessor :sentiment
|
|
814
814
|
|
|
815
|
-
# Represents
|
|
815
|
+
# Represents a text span in the input document.
|
|
816
816
|
# Corresponds to the JSON property `text`
|
|
817
817
|
# @return [Google::Apis::LanguageV1beta2::TextSpan]
|
|
818
818
|
attr_accessor :text
|
|
@@ -894,7 +894,7 @@ module Google
|
|
|
894
894
|
end
|
|
895
895
|
end
|
|
896
896
|
|
|
897
|
-
# Represents
|
|
897
|
+
# Represents a text span in the input document.
|
|
898
898
|
class TextSpan
|
|
899
899
|
include Google::Apis::Core::Hashable
|
|
900
900
|
|
|
@@ -904,7 +904,7 @@ module Google
|
|
|
904
904
|
# @return [Fixnum]
|
|
905
905
|
attr_accessor :begin_offset
|
|
906
906
|
|
|
907
|
-
# The content of the
|
|
907
|
+
# The content of the text span, which is a substring of the document.
|
|
908
908
|
# Corresponds to the JSON property `content`
|
|
909
909
|
# @return [String]
|
|
910
910
|
attr_accessor :content
|
|
@@ -939,7 +939,7 @@ module Google
|
|
|
939
939
|
# @return [Google::Apis::LanguageV1beta2::PartOfSpeech]
|
|
940
940
|
attr_accessor :part_of_speech
|
|
941
941
|
|
|
942
|
-
# Represents
|
|
942
|
+
# Represents a text span in the input document.
|
|
943
943
|
# Corresponds to the JSON property `text`
|
|
944
944
|
# @return [Google::Apis::LanguageV1beta2::TextSpan]
|
|
945
945
|
attr_accessor :text
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module LanguageV1beta2
|
|
18
18
|
# Version of the google-apis-language_v1beta2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.19.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230728"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-language_v1beta2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.19.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06
|
|
11
|
+
date: 2023-08-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-language_v1beta2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-language_v1beta2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-language_v1beta2/v0.19.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-language_v1beta2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|