google-apis-documentai_v1beta2 0.24.0 → 0.25.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: dec77324a3707529adefde7b1770a1f66e3f9f984af95acb1f9e13efa2cf8f3a
4
- data.tar.gz: 79fcf5ee7e79ea1e43f4e3ee0b8423abc6a5eae38fbd589b5ad48a4044544eec
3
+ metadata.gz: c3766aba62077eb0b3f764386dd66ea35ee5ac719cd6149da76593349b295a8b
4
+ data.tar.gz: 382bc1d81971495ca4d1b3558bc8369ab95728cf58479aedf9eb9c2294ae8945
5
5
  SHA512:
6
- metadata.gz: 6705ad91f1ab684736d84dca95d508f6e35ad432f4b7d3c4c4217b3f7261303f45268e3c136793e4dd9c08e66a8b4ef404e63a9f9c71977cba0fd0b599331fe5
7
- data.tar.gz: 93ec8ca98d8b7a7899ada0036387a90c582bd995b2080b12e94a41bcf80a490b33d2b3cf7df56af0add6c18ff14454e4f3bafd0af09f9a6a30cb38208a628e99
6
+ metadata.gz: 16f6bfd39f327dd3cf04a389d8e6e0070f582f43873e5d297909894efb95e43c112f900e37cd00a60e07a4f1478517bfe37e7a8ba5309b3cd8e77ffe54688350
7
+ data.tar.gz: 9e5d1b4ab80bcbcd98f4bc54722de4f0ec093e280b2326639533e580378771a8f244bdec0e31cbc676014b6bfaf469ca0bc14e581026f9ca4f20ab012300d755
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-documentai_v1beta2
2
2
 
3
+ ### v0.25.0 (2021-12-16)
4
+
5
+ * Regenerated from discovery document revision 20211214
6
+ * Unspecified changes
7
+
3
8
  ### v0.24.0 (2021-12-07)
4
9
 
5
10
  * Regenerated from discovery document revision 20211203
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/documentai_v1beta2"
51
51
  client = Google::Apis::DocumentaiV1beta2::DocumentService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -856,7 +856,7 @@ module Google
856
856
  # @return [String]
857
857
  attr_accessor :input_gcs_source
858
858
 
859
- # The output_gcs_destination (in the request as 'output_gcs_destination') of the
859
+ # The output_gcs_destination (in the request as `output_gcs_destination`) of the
860
860
  # processed document if it was successful, otherwise empty.
861
861
  # Corresponds to the JSON property `outputGcsDestination`
862
862
  # @return [String]
@@ -1363,7 +1363,7 @@ module Google
1363
1363
  end
1364
1364
  end
1365
1365
 
1366
- # An entity that could be a phrase in the text or a property belongs to the
1366
+ # An entity that could be a phrase in the text or a property that belongs to the
1367
1367
  # document. It is a known entity type, such as a person, an organization, or
1368
1368
  # location.
1369
1369
  class GoogleCloudDocumentaiV1beta1DocumentEntity
@@ -1521,8 +1521,8 @@ module Google
1521
1521
  attr_accessor :money_value
1522
1522
 
1523
1523
  # Optional. An optional field to store a normalized string. For some entity
1524
- # types, one of respective 'structured_value' fields may also be populated. Also
1525
- # not all the types of 'structured_value' will be normalized. For example, some
1524
+ # types, one of respective `structured_value` fields may also be populated. Also
1525
+ # not all the types of `structured_value` will be normalized. For example, some
1526
1526
  # processors may not generate float or int normalized text by default. Below are
1527
1527
  # sample formats mapped to structured values. - Money/Currency type (`
1528
1528
  # money_value`) is in the ISO 4217 text format. - Date type (`date_value`) is in
@@ -2324,7 +2324,7 @@ module Google
2324
2324
  attr_accessor :id
2325
2325
 
2326
2326
  # The index of the parent item in the corresponding item list (eg. list of
2327
- # entities, properties within entities, etc.) on parent revision.
2327
+ # entities, properties within entities, etc.) in the parent revision.
2328
2328
  # Corresponds to the JSON property `index`
2329
2329
  # @return [Fixnum]
2330
2330
  attr_accessor :index
@@ -3130,7 +3130,7 @@ module Google
3130
3130
  end
3131
3131
  end
3132
3132
 
3133
- # An entity that could be a phrase in the text or a property belongs to the
3133
+ # An entity that could be a phrase in the text or a property that belongs to the
3134
3134
  # document. It is a known entity type, such as a person, an organization, or
3135
3135
  # location.
3136
3136
  class GoogleCloudDocumentaiV1beta2DocumentEntity
@@ -3288,8 +3288,8 @@ module Google
3288
3288
  attr_accessor :money_value
3289
3289
 
3290
3290
  # Optional. An optional field to store a normalized string. For some entity
3291
- # types, one of respective 'structured_value' fields may also be populated. Also
3292
- # not all the types of 'structured_value' will be normalized. For example, some
3291
+ # types, one of respective `structured_value` fields may also be populated. Also
3292
+ # not all the types of `structured_value` will be normalized. For example, some
3293
3293
  # processors may not generate float or int normalized text by default. Below are
3294
3294
  # sample formats mapped to structured values. - Money/Currency type (`
3295
3295
  # money_value`) is in the ISO 4217 text format. - Date type (`date_value`) is in
@@ -4128,7 +4128,7 @@ module Google
4128
4128
  attr_accessor :id
4129
4129
 
4130
4130
  # The index of the parent item in the corresponding item list (eg. list of
4131
- # entities, properties within entities, etc.) on parent revision.
4131
+ # entities, properties within entities, etc.) in the parent revision.
4132
4132
  # Corresponds to the JSON property `index`
4133
4133
  # @return [Fixnum]
4134
4134
  attr_accessor :index
@@ -5070,7 +5070,7 @@ module Google
5070
5070
  # @return [String]
5071
5071
  attr_accessor :input_gcs_source
5072
5072
 
5073
- # The output_gcs_destination (in the request as 'output_gcs_destination') of the
5073
+ # The output_gcs_destination (in the request as `output_gcs_destination`) of the
5074
5074
  # processed document if it was successful, otherwise empty.
5075
5075
  # Corresponds to the JSON property `outputGcsDestination`
5076
5076
  # @return [String]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DocumentaiV1beta2
18
18
  # Version of the google-apis-documentai_v1beta2 gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211203"
25
+ REVISION = "20211214"
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-documentai_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.25.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: 2021-12-13 00:00:00.000000000 Z
11
+ date: 2022-01-10 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-documentai_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.25.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta2
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Document AI API V1beta2