google-apis-documentai_v1 0.114.0 → 0.115.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: 0d796f05eb47bd280fb4458db2a6fdb190f984d88a23e98c3b9111c3b3be2660
|
|
4
|
+
data.tar.gz: d77be5454f9aa6db9bbb70cdde95257ae66c1cd4c1c3f6b4011c2d317d27c313
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c666c66399f6eb67220a410bf55bcc1ddbd9765c37eed9a3653bafa57963f01aef3382efb069f120615b1ece19beea9bde70943e95d168bc5def25481cf78fec
|
|
7
|
+
data.tar.gz: 2447da80acffbe46a6d68ab345fb3cc0d278aeabb702ed6c2c95fee01b4d29925e912d359376c8b8a4ddeafed1102e2af2a1ee8d286cebd6d70c356366634a71
|
data/CHANGELOG.md
CHANGED
|
@@ -5657,6 +5657,12 @@ module Google
|
|
|
5657
5657
|
class GoogleCloudDocumentaiV1DocumentShardInfo
|
|
5658
5658
|
include Google::Apis::Core::Hashable
|
|
5659
5659
|
|
|
5660
|
+
# The index of the first page in Document.pages in the overall document global
|
|
5661
|
+
# pages. Available for document shards created by the document splitter.
|
|
5662
|
+
# Corresponds to the JSON property `pageOffset`
|
|
5663
|
+
# @return [Fixnum]
|
|
5664
|
+
attr_accessor :page_offset
|
|
5665
|
+
|
|
5660
5666
|
# Total number of shards.
|
|
5661
5667
|
# Corresponds to the JSON property `shardCount`
|
|
5662
5668
|
# @return [Fixnum]
|
|
@@ -5679,6 +5685,7 @@ module Google
|
|
|
5679
5685
|
|
|
5680
5686
|
# Update properties of this object
|
|
5681
5687
|
def update!(**args)
|
|
5688
|
+
@page_offset = args[:page_offset] if args.key?(:page_offset)
|
|
5682
5689
|
@shard_count = args[:shard_count] if args.key?(:shard_count)
|
|
5683
5690
|
@shard_index = args[:shard_index] if args.key?(:shard_index)
|
|
5684
5691
|
@text_offset = args[:text_offset] if args.key?(:text_offset)
|
|
@@ -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.115.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260224"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3671,6 +3671,7 @@ module Google
|
|
|
3671
3671
|
class GoogleCloudDocumentaiV1DocumentShardInfo
|
|
3672
3672
|
# @private
|
|
3673
3673
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3674
|
+
property :page_offset, as: 'pageOffset'
|
|
3674
3675
|
property :shard_count, :numeric_string => true, as: 'shardCount'
|
|
3675
3676
|
property :shard_index, :numeric_string => true, as: 'shardIndex'
|
|
3676
3677
|
property :text_offset, :numeric_string => true, as: 'textOffset'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.115.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.115.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|