google-apis-documentai_v1beta3 0.127.0 → 0.128.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: c61228d4144449d98086017beed641bb5402d86ef0dc54ce133e6f1c81a3c0dd
4
- data.tar.gz: f453d848854746aca9f8d7ef4477d7be2d29f6ec2527d76a1023165bc029648c
3
+ metadata.gz: 8bafb98ab2ce86db009fc9ae89ce5b8aa927c025b5703a540ee1450c17c65b9e
4
+ data.tar.gz: 80e00b16bb8e1e6d985e3e40d05d2eb6290c4d2d9ee78f3720f861f83e734357
5
5
  SHA512:
6
- metadata.gz: fdbc71f8124a649ac08bc27f53b4456db4af1200fe6efecf647781caef1772a8332aa5f4309efd155d21501cdbafa8bd04ddc6b769627e50809f92579b7509f9
7
- data.tar.gz: a669543a77df1cc62315f21704bff81c5e296cc4dec87e7d37aab75b9b66aa48ef82c201a0036d7d882788f67704dc514c940f6b1a7be18aa1e2ffe87ad84a0b
6
+ metadata.gz: 32a68ce49b685ce9e6ca636d2e7616de86f61db1af6cf5c43f06d4c634063f59084d78a39c7b8d095f37d71e780a8f218692c9a62f58b0c1c3c45b8fcb80f3bc
7
+ data.tar.gz: af56879f60dd4e0b376564bba3f47290e2ad722d5ec19db347b1ca87faac3b29f626bdcfa8eac1105d91bcd871116b680b9b2be2325b7cbb97e39270ecf27b87
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.128.0 (2026-07-12)
4
+
5
+ * Regenerated from discovery document revision 20260706
6
+
3
7
  ### v0.127.0 (2026-06-14)
4
8
 
5
9
  * Regenerated using generator version 0.19.0
@@ -887,7 +887,7 @@ module Google
887
887
  class GoogleCloudDocumentaiUiv1beta3DocumentIdGcsManagedDocumentId
888
888
  include Google::Apis::Core::Hashable
889
889
 
890
- # Id of the document (indexed) managed by Content Warehouse.
890
+ # ID of the document (indexed) managed by Content Warehouse.
891
891
  # Corresponds to the JSON property `cwDocId`
892
892
  # @return [String]
893
893
  attr_accessor :cw_doc_id
@@ -913,7 +913,7 @@ module Google
913
913
  class GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId
914
914
  include Google::Apis::Core::Hashable
915
915
 
916
- # Required. The id of the document.
916
+ # Required. The ID of the document.
917
917
  # Corresponds to the JSON property `docId`
918
918
  # @return [String]
919
919
  attr_accessor :doc_id
@@ -942,7 +942,7 @@ module Google
942
942
  # @return [String]
943
943
  attr_accessor :display_name
944
944
 
945
- # Optional. Document level prompt provided by the user. This custom text is
945
+ # Optional. Document-level prompt provided by the user. This custom text is
946
946
  # injected into the AI model's prompt to provide extra, document-wide guidance
947
947
  # for processing.
948
948
  # Corresponds to the JSON property `documentPrompt`
@@ -1012,7 +1012,7 @@ module Google
1012
1012
  # a letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (For backward
1013
1013
  # compatibility, internal infrastructure and tooling can handle any ASCII
1014
1014
  # character.) - The `/` is sometimes used to denote a property of a type. For
1015
- # example `line_item/amount`. This convention is deprecated, but will still be
1015
+ # example, `line_item/amount`. This convention is deprecated, but will still be
1016
1016
  # honored for backward compatibility.
1017
1017
  # Corresponds to the JSON property `name`
1018
1018
  # @return [String]
@@ -1827,7 +1827,7 @@ module Google
1827
1827
 
1828
1828
  # Optional. SchemaVersion used by the Processor. It is the same as Processor's
1829
1829
  # DatasetSchema.schema_version Format is `projects/`project`/locations/`location`
1830
- # /schemas/`schema`/schemaVersions/`schema_version`
1830
+ # /schemas/`schema`/schemaVersions/`schema_version`.
1831
1831
  # Corresponds to the JSON property `activeSchemaVersion`
1832
1832
  # @return [String]
1833
1833
  attr_accessor :active_schema_version
@@ -4236,7 +4236,7 @@ module Google
4236
4236
 
4237
4237
  # Optional. The blob assets in this document. This is used to store the content
4238
4238
  # of the inline blobs in this document, for example, image bytes, such that it
4239
- # can be referenced by other fields in the document via asset id.
4239
+ # can be referenced by other fields in the document via asset ID.
4240
4240
  # Corresponds to the JSON property `blobAssets`
4241
4241
  # @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentBlobAsset>]
4242
4242
  attr_accessor :blob_assets
@@ -4272,10 +4272,10 @@ module Google
4272
4272
  attr_accessor :entities
4273
4273
 
4274
4274
  # The entity revision ID that `document.entities` field is based on. If this
4275
- # field is set and `entities_revisions` is not empty, the entities in `document.
4276
- # entities` field are the entities in the entity revision with this id and `
4277
- # document.entity_validation_output` field is the `entity_validation_output`
4278
- # field in this entity revision.
4275
+ # field and `entities_revisions` are set, the entities in `document.entities`
4276
+ # are the entities in the entity revision with this ID. The `document.
4277
+ # entity_validation_output` field is the `entity_validation_output` field in
4278
+ # this entity revision.
4279
4279
  # Corresponds to the JSON property `entitiesRevisionId`
4280
4280
  # @return [String]
4281
4281
  attr_accessor :entities_revision_id
@@ -4407,7 +4407,7 @@ module Google
4407
4407
  class GoogleCloudDocumentaiV1beta3DocumentBlobAsset
4408
4408
  include Google::Apis::Core::Hashable
4409
4409
 
4410
- # Optional. The id of the blob asset.
4410
+ # Optional. The ID of the blob asset.
4411
4411
  # Corresponds to the JSON property `assetId`
4412
4412
  # @return [String]
4413
4413
  attr_accessor :asset_id
@@ -4620,20 +4620,20 @@ module Google
4620
4620
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentAnnotations]
4621
4621
  attr_accessor :annotations
4622
4622
 
4623
- # Optional. Asset id of the inline image. If set, find the image content in the
4623
+ # Optional. Asset ID of the inline image. If set, find the image content in the
4624
4624
  # blob_assets field.
4625
4625
  # Corresponds to the JSON property `blobAssetId`
4626
4626
  # @return [String]
4627
4627
  attr_accessor :blob_asset_id
4628
4628
 
4629
- # Optional. Data uri of the image. It is composed of four parts: a prefix (data:)
4629
+ # Optional. Data URI of the image. It is composed of four parts: a prefix (data:)
4630
4630
  # , a MIME type indicating the type of data, an optional base64 token if non-
4631
4631
  # textual, and the data itself: data:,
4632
4632
  # Corresponds to the JSON property `dataUri`
4633
4633
  # @return [String]
4634
4634
  attr_accessor :data_uri
4635
4635
 
4636
- # Optional. Google Cloud Storage uri of the image.
4636
+ # Optional. Google Cloud Storage URI of the image.
4637
4637
  # Corresponds to the JSON property `gcsUri`
4638
4638
  # @return [String]
4639
4639
  attr_accessor :gcs_uri
@@ -4755,20 +4755,20 @@ module Google
4755
4755
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentAnnotations]
4756
4756
  attr_accessor :annotations
4757
4757
 
4758
- # Optional. Asset id of the inline image. If set, find the image content in the
4758
+ # Optional. Asset ID of the inline image. If set, find the image content in the
4759
4759
  # blob_assets field.
4760
4760
  # Corresponds to the JSON property `blobAssetId`
4761
4761
  # @return [String]
4762
4762
  attr_accessor :blob_asset_id
4763
4763
 
4764
- # Optional. Data uri of the image. It is composed of four parts: a prefix (data:)
4764
+ # Optional. Data URI of the image. It is composed of four parts: a prefix (data:)
4765
4765
  # , a MIME type indicating the type of data, an optional base64 token if non-
4766
4766
  # textual, and the data itself: data:,
4767
4767
  # Corresponds to the JSON property `dataUri`
4768
4768
  # @return [String]
4769
4769
  attr_accessor :data_uri
4770
4770
 
4771
- # Optional. Google Cloud Storage uri of the image.
4771
+ # Optional. Google Cloud Storage URI of the image.
4772
4772
  # Corresponds to the JSON property `gcsUri`
4773
4773
  # @return [String]
4774
4774
  attr_accessor :gcs_uri
@@ -5199,8 +5199,8 @@ module Google
5199
5199
  # @return [Google::Apis::DocumentaiV1beta3::GoogleTypeMoney]
5200
5200
  attr_accessor :money_value
5201
5201
 
5202
- # A signature - a graphical representation of a person's name, often used to
5203
- # sign a document.
5202
+ # A signature, which is a graphical representation of a person's name, often
5203
+ # used to sign a document.
5204
5204
  # Corresponds to the JSON property `signatureValue`
5205
5205
  # @return [Boolean]
5206
5206
  attr_accessor :signature_value
@@ -5376,7 +5376,7 @@ module Google
5376
5376
  class GoogleCloudDocumentaiV1beta3DocumentIdGcsManagedDocumentId
5377
5377
  include Google::Apis::Core::Hashable
5378
5378
 
5379
- # Id of the document (indexed) managed by Content Warehouse.
5379
+ # ID of the document (indexed) managed by Content Warehouse.
5380
5380
  # Corresponds to the JSON property `cwDocId`
5381
5381
  # @return [String]
5382
5382
  attr_accessor :cw_doc_id
@@ -5402,7 +5402,7 @@ module Google
5402
5402
  class GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId
5403
5403
  include Google::Apis::Core::Hashable
5404
5404
 
5405
- # Required. The id of the document.
5405
+ # Required. The ID of the document.
5406
5406
  # Corresponds to the JSON property `docId`
5407
5407
  # @return [String]
5408
5408
  attr_accessor :doc_id
@@ -6575,7 +6575,7 @@ module Google
6575
6575
  class GoogleCloudDocumentaiV1beta3DocumentProvenance
6576
6576
  include Google::Apis::Core::Hashable
6577
6577
 
6578
- # The Id of this operation. Needs to be unique within the scope of the revision.
6578
+ # The ID of this operation. Needs to be unique within the scope of the revision.
6579
6579
  # Corresponds to the JSON property `id`
6580
6580
  # @return [Fixnum]
6581
6581
  attr_accessor :id
@@ -6613,7 +6613,7 @@ module Google
6613
6613
  class GoogleCloudDocumentaiV1beta3DocumentProvenanceParent
6614
6614
  include Google::Apis::Core::Hashable
6615
6615
 
6616
- # The id of the parent provenance.
6616
+ # The ID of the parent provenance.
6617
6617
  # Corresponds to the JSON property `id`
6618
6618
  # @return [Fixnum]
6619
6619
  attr_accessor :id
@@ -6645,7 +6645,7 @@ module Google
6645
6645
  class GoogleCloudDocumentaiV1beta3DocumentRevision
6646
6646
  include Google::Apis::Core::Hashable
6647
6647
 
6648
- # If the change was made by a person specify the name or id of that person.
6648
+ # If the change was made by a person specify the name or ID of that person.
6649
6649
  # Corresponds to the JSON property `agent`
6650
6650
  # @return [String]
6651
6651
  attr_accessor :agent
@@ -6661,7 +6661,7 @@ module Google
6661
6661
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentRevisionHumanReview]
6662
6662
  attr_accessor :human_review
6663
6663
 
6664
- # Id of the revision, internally generated by doc proto storage. Unique within
6664
+ # ID of the revision, internally generated by doc proto storage. Unique within
6665
6665
  # the context of the document.
6666
6666
  # Corresponds to the JSON property `id`
6667
6667
  # @return [String]
@@ -6743,7 +6743,7 @@ module Google
6743
6743
  # @return [String]
6744
6744
  attr_accessor :display_name
6745
6745
 
6746
- # Optional. Document level prompt provided by the user. This custom text is
6746
+ # Optional. Document-level prompt provided by the user. This custom text is
6747
6747
  # injected into the AI model's prompt to provide extra, document-wide guidance
6748
6748
  # for processing.
6749
6749
  # Corresponds to the JSON property `documentPrompt`
@@ -6813,7 +6813,7 @@ module Google
6813
6813
  # a letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (For backward
6814
6814
  # compatibility, internal infrastructure and tooling can handle any ASCII
6815
6815
  # character.) - The `/` is sometimes used to denote a property of a type. For
6816
- # example `line_item/amount`. This convention is deprecated, but will still be
6816
+ # example, `line_item/amount`. This convention is deprecated, but will still be
6817
6817
  # honored for backward compatibility.
6818
6818
  # Corresponds to the JSON property `name`
6819
6819
  # @return [String]
@@ -9046,7 +9046,7 @@ module Google
9046
9046
 
9047
9047
  # Optional. SchemaVersion used by the Processor. It is the same as Processor's
9048
9048
  # DatasetSchema.schema_version Format is `projects/`project`/locations/`location`
9049
- # /schemas/`schema`/schemaVersions/`schema_version`
9049
+ # /schemas/`schema`/schemaVersions/`schema_version`.
9050
9050
  # Corresponds to the JSON property `activeSchemaVersion`
9051
9051
  # @return [String]
9052
9052
  attr_accessor :active_schema_version
@@ -10024,7 +10024,7 @@ module Google
10024
10024
  # @return [Float]
10025
10025
  attr_accessor :learning_rate_multiplier
10026
10026
 
10027
- # Optional. Resource name of a previously fine tuned version id to copy the
10027
+ # Optional. Resource name of a previously fine tuned version ID to copy the
10028
10028
  # overwritten configs from. The base_processor_version should be newer than the
10029
10029
  # base processor version used to fine tune this provided processor version.
10030
10030
  # Format: `projects/`project`/locations/`location`/processors/`processor`/
@@ -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.127.0"
19
+ GEM_VERSION = "0.128.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260503"
25
+ REVISION = "20260706"
26
26
  end
27
27
  end
28
28
  end
@@ -783,7 +783,7 @@ module Google
783
783
  # Required. The resource name of the dataset that the document belongs to .
784
784
  # Format: projects/`project`/locations/`location`/processors/`processor`/dataset
785
785
  # @param [String] document_id_gcs_managed_doc_id_cw_doc_id
786
- # Id of the document (indexed) managed by Content Warehouse.
786
+ # ID of the document (indexed) managed by Content Warehouse.
787
787
  # @param [String] document_id_gcs_managed_doc_id_gcs_uri
788
788
  # Required. The Cloud Storage URI where the actual document is stored.
789
789
  # @param [String] document_id_revision_ref_latest_processor_version
@@ -795,7 +795,7 @@ module Google
795
795
  # @param [String] document_id_revision_ref_revision_id
796
796
  # Reads the revision given by the id.
797
797
  # @param [String] document_id_unmanaged_doc_id_doc_id
798
- # Required. The id of the document.
798
+ # Required. The ID of the document.
799
799
  # @param [Fixnum] page_range_end
800
800
  # Last page number (one-based index) to be returned.
801
801
  # @param [Fixnum] page_range_start
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-documentai_v1beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.127.0
4
+ version: 0.128.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_v1beta3/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.127.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.128.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3
62
62
  rdoc_options: []
63
63
  require_paths: