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 +4 -4
- data/CHANGELOG.md +5 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/documentai_v1beta2/classes.rb +10 -10
- data/lib/google/apis/documentai_v1beta2/gem_version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c3766aba62077eb0b3f764386dd66ea35ee5ac719cd6149da76593349b295a8b
|
4
|
+
data.tar.gz: 382bc1d81971495ca4d1b3558bc8369ab95728cf58479aedf9eb9c2294ae8945
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 16f6bfd39f327dd3cf04a389d8e6e0070f582f43873e5d297909894efb95e43c112f900e37cd00a60e07a4f1478517bfe37e7a8ba5309b3cd8e77ffe54688350
|
7
|
+
data.tar.gz: 9e5d1b4ab80bcbcd98f4bc54722de4f0ec093e280b2326639533e580378771a8f244bdec0e31cbc676014b6bfaf469ca0bc14e581026f9ca4f20ab012300d755
|
data/CHANGELOG.md
CHANGED
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.
|
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
|
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
|
1525
|
-
# not all the types of
|
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.)
|
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
|
3292
|
-
# not all the types of
|
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.)
|
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
|
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.
|
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 = "
|
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.
|
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:
|
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.
|
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.
|
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
|