google-apis-language_v1beta2 0.18.0 → 0.19.0

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: 66e73f4c385bee644726c8ccb7e2553a33976a693e2190c0cd16454e590c9d08
4
- data.tar.gz: 0ca43e7ba7343fc7b70c3c91daeb0bdc00fc948025f7bd699f04e5d6b1406880
3
+ metadata.gz: 035eb7d23bf14c63cf3fd8ed6d95263dfaa00e3bac104d2214012124c2b5acd9
4
+ data.tar.gz: 2f80b456edc574f4fb9aa41849eb0d97f23778694f09da6546b3c47ab811c660
5
5
  SHA512:
6
- metadata.gz: 3fd7c2869d7844f40d6d5e747c0670a9b8b05d44ce8623c7e7d7c2e167e67510462a7e850d896ee33612bddae4a851bf8c6072ef8d8656b064fa49128d92e988
7
- data.tar.gz: a7db24c887ecf5d86381776b3119758cc6258cf40af98c249c52bb1e8da9ab276a1f27bbd0f62391348757d8ac60c6adc9c6c0037e2c17f335142ba2db3411ca
6
+ metadata.gz: a2a1a44cbde0bcb6a68d18ec9536b7ece95316f52ee29bf7d45bcc286bf395efabd59a2a14bb7af0ff5f2ff4bce50dc743a2b4c3233c12daed8404cae5ac7ce0
7
+ data.tar.gz: 19ecf64c3ae5634dca9f572a5293b9787d3815ccdff720b84316c90d4588fbcbed86961036477c8641fc37f6e85a4ca117d13eed1c6f5f6d7c58415e6d3ac568
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-language_v1beta2
2
2
 
3
+ ### v0.19.0 (2023-08-06)
4
+
5
+ * Regenerated from discovery document revision 20230728
6
+
3
7
  ### v0.18.0 (2023-06-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20230527
@@ -593,7 +593,7 @@ module Google
593
593
  # @return [Google::Apis::LanguageV1beta2::Sentiment]
594
594
  attr_accessor :sentiment
595
595
 
596
- # Represents an output piece of text.
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 an output piece of text.
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 an output piece of text.
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 output text.
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 an output piece of text.
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.18.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 = "20230527"
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.18.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-04 00:00:00.000000000 Z
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.18.0
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: []