google-apis-documentai_v1 0.91.0 → 0.92.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 96bda631adf66827359d7e815f8831bb962a06eecb4dcdc53682b4eeff67fb3b
|
4
|
+
data.tar.gz: 72fbc6d2e3844417850d23663a5f8da6d326a069106989c335c53be6599da4d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3bb17249b50e053aac3ee4242b313e3652d3a7d800cd53e3bd0537fd53a700dc85307b368e7a3a4f37758c1f7a583ccb40aaaef72140428078ae076a9290a9a9
|
7
|
+
data.tar.gz: '058677ba626d50eacae9979d036120ea72b787d0ebe5bf564312e4f4ec144032cdb3271891776af77745832ce7b06705325ddf5926ba849eeafd9695935d2feb'
|
data/CHANGELOG.md
CHANGED
@@ -2421,16 +2421,16 @@ module Google
|
|
2421
2421
|
class GoogleCloudDocumentaiV1DocumentEntityNormalizedValue
|
2422
2422
|
include Google::Apis::Core::Hashable
|
2423
2423
|
|
2424
|
-
# Represents a postal address
|
2425
|
-
# Given a postal address, a postal service can deliver items to a
|
2426
|
-
# Box or similar. It is not intended to model geographical
|
2427
|
-
# towns, mountains). In typical usage an address would be
|
2428
|
-
# or from importing existing data, depending on the type
|
2429
|
-
# address input / editing: - Use an internationalization-
|
2430
|
-
# such as https://github.com/google/libaddressinput) -
|
2431
|
-
# presented with UI elements for input or editing of fields
|
2432
|
-
# where that field is used. For more guidance on how to use
|
2433
|
-
# see: https://support.google.com/business/answer/6397478
|
2424
|
+
# Represents a postal address. For example for postal delivery or payments
|
2425
|
+
# addresses. Given a postal address, a postal service can deliver items to a
|
2426
|
+
# premise, P.O. Box or similar. It is not intended to model geographical
|
2427
|
+
# locations (roads, towns, mountains). In typical usage an address would be
|
2428
|
+
# created by user input or from importing existing data, depending on the type
|
2429
|
+
# of process. Advice on address input / editing: - Use an internationalization-
|
2430
|
+
# ready address widget such as https://github.com/google/libaddressinput) -
|
2431
|
+
# Users should not be presented with UI elements for input or editing of fields
|
2432
|
+
# outside countries where that field is used. For more guidance on how to use
|
2433
|
+
# this schema, see: https://support.google.com/business/answer/6397478
|
2434
2434
|
# Corresponds to the JSON property `addressValue`
|
2435
2435
|
# @return [Google::Apis::DocumentaiV1::GoogleTypePostalAddress]
|
2436
2436
|
attr_accessor :address_value
|
@@ -7761,35 +7761,36 @@ module Google
|
|
7761
7761
|
end
|
7762
7762
|
end
|
7763
7763
|
|
7764
|
-
# Represents a postal address
|
7765
|
-
# Given a postal address, a postal service can deliver items to a
|
7766
|
-
# Box or similar. It is not intended to model geographical
|
7767
|
-
# towns, mountains). In typical usage an address would be
|
7768
|
-
# or from importing existing data, depending on the type
|
7769
|
-
# address input / editing: - Use an internationalization-
|
7770
|
-
# such as https://github.com/google/libaddressinput) -
|
7771
|
-
# presented with UI elements for input or editing of fields
|
7772
|
-
# where that field is used. For more guidance on how to use
|
7773
|
-
# see: https://support.google.com/business/answer/6397478
|
7764
|
+
# Represents a postal address. For example for postal delivery or payments
|
7765
|
+
# addresses. Given a postal address, a postal service can deliver items to a
|
7766
|
+
# premise, P.O. Box or similar. It is not intended to model geographical
|
7767
|
+
# locations (roads, towns, mountains). In typical usage an address would be
|
7768
|
+
# created by user input or from importing existing data, depending on the type
|
7769
|
+
# of process. Advice on address input / editing: - Use an internationalization-
|
7770
|
+
# ready address widget such as https://github.com/google/libaddressinput) -
|
7771
|
+
# Users should not be presented with UI elements for input or editing of fields
|
7772
|
+
# outside countries where that field is used. For more guidance on how to use
|
7773
|
+
# this schema, see: https://support.google.com/business/answer/6397478
|
7774
7774
|
class GoogleTypePostalAddress
|
7775
7775
|
include Google::Apis::Core::Hashable
|
7776
7776
|
|
7777
7777
|
# Unstructured address lines describing the lower levels of an address. Because
|
7778
7778
|
# values in address_lines do not have type information and may sometimes contain
|
7779
|
-
# multiple values in a single field (
|
7780
|
-
# the line order is clear. The order of address lines should be "envelope
|
7781
|
-
# for the country/region of the address. In places where this can vary (
|
7782
|
-
# Japan), address_language is used to make it explicit (
|
7783
|
-
# small ordering and "ja-Latn" or "en" for small-to-large).
|
7784
|
-
# specific line of an address can be selected based on the
|
7785
|
-
# permitted structural representation of an address
|
7786
|
-
# with all remaining information placed in the
|
7787
|
-
# possible to format such an address very
|
7788
|
-
# no semantic reasoning could be made about
|
7789
|
-
# it was at least partially resolved.
|
7790
|
-
# region_code and address_lines, and then
|
7791
|
-
# handle completely unstructured addresses (
|
7792
|
-
# of the address should be localities or
|
7779
|
+
# multiple values in a single field (For example "Austin, TX"), it is important
|
7780
|
+
# that the line order is clear. The order of address lines should be "envelope
|
7781
|
+
# order" for the country/region of the address. In places where this can vary (
|
7782
|
+
# For example Japan), address_language is used to make it explicit (For example "
|
7783
|
+
# ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large).
|
7784
|
+
# This way, the most specific line of an address can be selected based on the
|
7785
|
+
# language. The minimum permitted structural representation of an address
|
7786
|
+
# consists of a region_code with all remaining information placed in the
|
7787
|
+
# address_lines. It would be possible to format such an address very
|
7788
|
+
# approximately without geocoding, but no semantic reasoning could be made about
|
7789
|
+
# any of the address components until it was at least partially resolved.
|
7790
|
+
# Creating an address only containing a region_code and address_lines, and then
|
7791
|
+
# geocoding is the recommended way to handle completely unstructured addresses (
|
7792
|
+
# as opposed to guessing which parts of the address should be localities or
|
7793
|
+
# administrative areas).
|
7793
7794
|
# Corresponds to the JSON property `addressLines`
|
7794
7795
|
# @return [Array<String>]
|
7795
7796
|
attr_accessor :address_lines
|
@@ -7797,9 +7798,9 @@ module Google
|
|
7797
7798
|
# Optional. Highest administrative subdivision which is used for postal
|
7798
7799
|
# addresses of a country or region. For example, this can be a state, a province,
|
7799
7800
|
# an oblast, or a prefecture. Specifically, for Spain this is the province and
|
7800
|
-
# not the autonomous community (
|
7801
|
-
# countries don't use an administrative area in postal addresses.
|
7802
|
-
# Switzerland this should be left unpopulated.
|
7801
|
+
# not the autonomous community (For example "Barcelona" and not "Catalonia").
|
7802
|
+
# Many countries don't use an administrative area in postal addresses. For
|
7803
|
+
# example in Switzerland this should be left unpopulated.
|
7803
7804
|
# Corresponds to the JSON property `administrativeArea`
|
7804
7805
|
# @return [String]
|
7805
7806
|
attr_accessor :administrative_area
|
@@ -7831,8 +7832,8 @@ module Google
|
|
7831
7832
|
|
7832
7833
|
# Optional. Postal code of the address. Not all countries use or require postal
|
7833
7834
|
# codes to be present, but where they are used, they may trigger additional
|
7834
|
-
# validation with other parts of the address (
|
7835
|
-
# S.A.).
|
7835
|
+
# validation with other parts of the address (For example state/zip validation
|
7836
|
+
# in the U.S.A.).
|
7836
7837
|
# Corresponds to the JSON property `postalCode`
|
7837
7838
|
# @return [String]
|
7838
7839
|
attr_accessor :postal_code
|
@@ -7861,9 +7862,9 @@ module Google
|
|
7861
7862
|
|
7862
7863
|
# Optional. Additional, country-specific, sorting code. This is not used in most
|
7863
7864
|
# regions. Where it is used, the value is either a string like "CEDEX",
|
7864
|
-
# optionally followed by a number (
|
7865
|
-
# representing the "sector code" (Jamaica), "delivery area indicator" (
|
7866
|
-
# or "post office indicator" (
|
7865
|
+
# optionally followed by a number (For example "CEDEX 7"), or just a number
|
7866
|
+
# alone, representing the "sector code" (Jamaica), "delivery area indicator" (
|
7867
|
+
# Malawi) or "post office indicator" (For example Côte d'Ivoire).
|
7867
7868
|
# Corresponds to the JSON property `sortingCode`
|
7868
7869
|
# @return [String]
|
7869
7870
|
attr_accessor :sorting_code
|
@@ -7899,12 +7900,12 @@ module Google
|
|
7899
7900
|
class GoogleTypeTimeZone
|
7900
7901
|
include Google::Apis::Core::Hashable
|
7901
7902
|
|
7902
|
-
# IANA Time Zone Database time zone
|
7903
|
+
# IANA Time Zone Database time zone. For example "America/New_York".
|
7903
7904
|
# Corresponds to the JSON property `id`
|
7904
7905
|
# @return [String]
|
7905
7906
|
attr_accessor :id
|
7906
7907
|
|
7907
|
-
# Optional. IANA Time Zone Database version number
|
7908
|
+
# Optional. IANA Time Zone Database version number. For example "2019a".
|
7908
7909
|
# Corresponds to the JSON property `version`
|
7909
7910
|
# @return [String]
|
7910
7911
|
attr_accessor :version
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DocumentaiV1
|
18
18
|
# Version of the google-apis-documentai_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.92.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
|
@@ -197,8 +197,8 @@ module Google
|
|
197
197
|
# Clients can use Operations.GetOperation or other methods to check whether the
|
198
198
|
# cancellation succeeded or whether the operation completed despite cancellation.
|
199
199
|
# On successful cancellation, the operation is not deleted; instead, it becomes
|
200
|
-
# an operation with an Operation.error value with a google.rpc.Status.code of 1
|
201
|
-
# corresponding to `Code.CANCELLED`.
|
200
|
+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
|
201
|
+
# , corresponding to `Code.CANCELLED`.
|
202
202
|
# @param [String] name
|
203
203
|
# The name of the operation resource to be cancelled.
|
204
204
|
# @param [String] fields
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-documentai_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.92.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-
|
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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.92.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1
|
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 V1
|