google-apis-documentai_v1beta3 0.100.0 → 0.101.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: d981c08e20d5159c7676f142d88e5f0dfb72d2d014942326a7336594d8d21fdd
|
|
4
|
+
data.tar.gz: df5f81266ca3ab8143ce6be16f2be80793b4f17389e2557404ecb03d99819391
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 064ab2864c73a0fddcde823e82e9c0528abacff459a2b481da1b047eb86e889512106e968aa29c191d9c4ef8f7f013dbcccd45d7af492c7777c2f9ebfb188746
|
|
7
|
+
data.tar.gz: 665ee42f443d217456bac9c9527da9e6bb0bf7a9798825b6fb40c42fed4e78d1bdf45acc35f98a38ecdbec52938fab8b009767d91790df5826f300d19f84659d
|
data/CHANGELOG.md
CHANGED
|
@@ -3378,16 +3378,16 @@ module Google
|
|
|
3378
3378
|
class GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue
|
|
3379
3379
|
include Google::Apis::Core::Hashable
|
|
3380
3380
|
|
|
3381
|
-
# Represents a postal address
|
|
3382
|
-
# Given a postal address, a postal service can deliver items to a
|
|
3383
|
-
# Box or similar. It is not intended to model geographical
|
|
3384
|
-
# towns, mountains). In typical usage an address would be
|
|
3385
|
-
# or from importing existing data, depending on the type
|
|
3386
|
-
# address input / editing: - Use an internationalization-
|
|
3387
|
-
# such as https://github.com/google/libaddressinput) -
|
|
3388
|
-
# presented with UI elements for input or editing of fields
|
|
3389
|
-
# where that field is used. For more guidance on how to use
|
|
3390
|
-
# see: https://support.google.com/business/answer/6397478
|
|
3381
|
+
# Represents a postal address. For example for postal delivery or payments
|
|
3382
|
+
# addresses. Given a postal address, a postal service can deliver items to a
|
|
3383
|
+
# premise, P.O. Box or similar. It is not intended to model geographical
|
|
3384
|
+
# locations (roads, towns, mountains). In typical usage an address would be
|
|
3385
|
+
# created by user input or from importing existing data, depending on the type
|
|
3386
|
+
# of process. Advice on address input / editing: - Use an internationalization-
|
|
3387
|
+
# ready address widget such as https://github.com/google/libaddressinput) -
|
|
3388
|
+
# Users should not be presented with UI elements for input or editing of fields
|
|
3389
|
+
# outside countries where that field is used. For more guidance on how to use
|
|
3390
|
+
# this schema, see: https://support.google.com/business/answer/6397478
|
|
3391
3391
|
# Corresponds to the JSON property `addressValue`
|
|
3392
3392
|
# @return [Google::Apis::DocumentaiV1beta3::GoogleTypePostalAddress]
|
|
3393
3393
|
attr_accessor :address_value
|
|
@@ -8355,35 +8355,36 @@ module Google
|
|
|
8355
8355
|
end
|
|
8356
8356
|
end
|
|
8357
8357
|
|
|
8358
|
-
# Represents a postal address
|
|
8359
|
-
# Given a postal address, a postal service can deliver items to a
|
|
8360
|
-
# Box or similar. It is not intended to model geographical
|
|
8361
|
-
# towns, mountains). In typical usage an address would be
|
|
8362
|
-
# or from importing existing data, depending on the type
|
|
8363
|
-
# address input / editing: - Use an internationalization-
|
|
8364
|
-
# such as https://github.com/google/libaddressinput) -
|
|
8365
|
-
# presented with UI elements for input or editing of fields
|
|
8366
|
-
# where that field is used. For more guidance on how to use
|
|
8367
|
-
# see: https://support.google.com/business/answer/6397478
|
|
8358
|
+
# Represents a postal address. For example for postal delivery or payments
|
|
8359
|
+
# addresses. Given a postal address, a postal service can deliver items to a
|
|
8360
|
+
# premise, P.O. Box or similar. It is not intended to model geographical
|
|
8361
|
+
# locations (roads, towns, mountains). In typical usage an address would be
|
|
8362
|
+
# created by user input or from importing existing data, depending on the type
|
|
8363
|
+
# of process. Advice on address input / editing: - Use an internationalization-
|
|
8364
|
+
# ready address widget such as https://github.com/google/libaddressinput) -
|
|
8365
|
+
# Users should not be presented with UI elements for input or editing of fields
|
|
8366
|
+
# outside countries where that field is used. For more guidance on how to use
|
|
8367
|
+
# this schema, see: https://support.google.com/business/answer/6397478
|
|
8368
8368
|
class GoogleTypePostalAddress
|
|
8369
8369
|
include Google::Apis::Core::Hashable
|
|
8370
8370
|
|
|
8371
8371
|
# Unstructured address lines describing the lower levels of an address. Because
|
|
8372
8372
|
# values in address_lines do not have type information and may sometimes contain
|
|
8373
|
-
# multiple values in a single field (
|
|
8374
|
-
# the line order is clear. The order of address lines should be "envelope
|
|
8375
|
-
# for the country/region of the address. In places where this can vary (
|
|
8376
|
-
# Japan), address_language is used to make it explicit (
|
|
8377
|
-
# small ordering and "ja-Latn" or "en" for small-to-large).
|
|
8378
|
-
# specific line of an address can be selected based on the
|
|
8379
|
-
# permitted structural representation of an address
|
|
8380
|
-
# with all remaining information placed in the
|
|
8381
|
-
# possible to format such an address very
|
|
8382
|
-
# no semantic reasoning could be made about
|
|
8383
|
-
# it was at least partially resolved.
|
|
8384
|
-
# region_code and address_lines, and then
|
|
8385
|
-
# handle completely unstructured addresses (
|
|
8386
|
-
# of the address should be localities or
|
|
8373
|
+
# multiple values in a single field (For example "Austin, TX"), it is important
|
|
8374
|
+
# that the line order is clear. The order of address lines should be "envelope
|
|
8375
|
+
# order" for the country/region of the address. In places where this can vary (
|
|
8376
|
+
# For example Japan), address_language is used to make it explicit (For example "
|
|
8377
|
+
# ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large).
|
|
8378
|
+
# This way, the most specific line of an address can be selected based on the
|
|
8379
|
+
# language. The minimum permitted structural representation of an address
|
|
8380
|
+
# consists of a region_code with all remaining information placed in the
|
|
8381
|
+
# address_lines. It would be possible to format such an address very
|
|
8382
|
+
# approximately without geocoding, but no semantic reasoning could be made about
|
|
8383
|
+
# any of the address components until it was at least partially resolved.
|
|
8384
|
+
# Creating an address only containing a region_code and address_lines, and then
|
|
8385
|
+
# geocoding is the recommended way to handle completely unstructured addresses (
|
|
8386
|
+
# as opposed to guessing which parts of the address should be localities or
|
|
8387
|
+
# administrative areas).
|
|
8387
8388
|
# Corresponds to the JSON property `addressLines`
|
|
8388
8389
|
# @return [Array<String>]
|
|
8389
8390
|
attr_accessor :address_lines
|
|
@@ -8391,9 +8392,9 @@ module Google
|
|
|
8391
8392
|
# Optional. Highest administrative subdivision which is used for postal
|
|
8392
8393
|
# addresses of a country or region. For example, this can be a state, a province,
|
|
8393
8394
|
# an oblast, or a prefecture. Specifically, for Spain this is the province and
|
|
8394
|
-
# not the autonomous community (
|
|
8395
|
-
# countries don't use an administrative area in postal addresses.
|
|
8396
|
-
# Switzerland this should be left unpopulated.
|
|
8395
|
+
# not the autonomous community (For example "Barcelona" and not "Catalonia").
|
|
8396
|
+
# Many countries don't use an administrative area in postal addresses. For
|
|
8397
|
+
# example in Switzerland this should be left unpopulated.
|
|
8397
8398
|
# Corresponds to the JSON property `administrativeArea`
|
|
8398
8399
|
# @return [String]
|
|
8399
8400
|
attr_accessor :administrative_area
|
|
@@ -8425,8 +8426,8 @@ module Google
|
|
|
8425
8426
|
|
|
8426
8427
|
# Optional. Postal code of the address. Not all countries use or require postal
|
|
8427
8428
|
# codes to be present, but where they are used, they may trigger additional
|
|
8428
|
-
# validation with other parts of the address (
|
|
8429
|
-
# S.A.).
|
|
8429
|
+
# validation with other parts of the address (For example state/zip validation
|
|
8430
|
+
# in the U.S.A.).
|
|
8430
8431
|
# Corresponds to the JSON property `postalCode`
|
|
8431
8432
|
# @return [String]
|
|
8432
8433
|
attr_accessor :postal_code
|
|
@@ -8455,9 +8456,9 @@ module Google
|
|
|
8455
8456
|
|
|
8456
8457
|
# Optional. Additional, country-specific, sorting code. This is not used in most
|
|
8457
8458
|
# regions. Where it is used, the value is either a string like "CEDEX",
|
|
8458
|
-
# optionally followed by a number (
|
|
8459
|
-
# representing the "sector code" (Jamaica), "delivery area indicator" (
|
|
8460
|
-
# or "post office indicator" (
|
|
8459
|
+
# optionally followed by a number (For example "CEDEX 7"), or just a number
|
|
8460
|
+
# alone, representing the "sector code" (Jamaica), "delivery area indicator" (
|
|
8461
|
+
# Malawi) or "post office indicator" (For example Côte d'Ivoire).
|
|
8461
8462
|
# Corresponds to the JSON property `sortingCode`
|
|
8462
8463
|
# @return [String]
|
|
8463
8464
|
attr_accessor :sorting_code
|
|
@@ -8493,12 +8494,12 @@ module Google
|
|
|
8493
8494
|
class GoogleTypeTimeZone
|
|
8494
8495
|
include Google::Apis::Core::Hashable
|
|
8495
8496
|
|
|
8496
|
-
# IANA Time Zone Database time zone
|
|
8497
|
+
# IANA Time Zone Database time zone. For example "America/New_York".
|
|
8497
8498
|
# Corresponds to the JSON property `id`
|
|
8498
8499
|
# @return [String]
|
|
8499
8500
|
attr_accessor :id
|
|
8500
8501
|
|
|
8501
|
-
# Optional. IANA Time Zone Database version number
|
|
8502
|
+
# Optional. IANA Time Zone Database version number. For example "2019a".
|
|
8502
8503
|
# Corresponds to the JSON property `version`
|
|
8503
8504
|
# @return [String]
|
|
8504
8505
|
attr_accessor :version
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DocumentaiV1beta3
|
|
18
18
|
# Version of the google-apis-documentai_v1beta3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.101.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20241210"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -164,8 +164,8 @@ module Google
|
|
|
164
164
|
# Clients can use Operations.GetOperation or other methods to check whether the
|
|
165
165
|
# cancellation succeeded or whether the operation completed despite cancellation.
|
|
166
166
|
# On successful cancellation, the operation is not deleted; instead, it becomes
|
|
167
|
-
# an operation with an Operation.error value with a google.rpc.Status.code of 1
|
|
168
|
-
# corresponding to `Code.CANCELLED`.
|
|
167
|
+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
|
|
168
|
+
# , corresponding to `Code.CANCELLED`.
|
|
169
169
|
# @param [String] name
|
|
170
170
|
# The name of the operation resource to be cancelled.
|
|
171
171
|
# @param [String] fields
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-documentai_v1beta3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.101.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: 2024-12-
|
|
11
|
+
date: 2024-12-15 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_v1beta3/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.101.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3
|
|
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.5.
|
|
78
|
+
rubygems_version: 3.5.23
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Cloud Document AI API V1beta3
|