google-apis-documentai_v1 0.119.0 → 0.120.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: afed418d0124b0068a0cacaf09f31a7cc7b25a6fffa66600b3c5157e7389ab79
4
- data.tar.gz: 92e8fe0d2ca01ddd8cb6983160070ab65abcb70e845d7fa721def76d5acd8ce4
3
+ metadata.gz: 7facface0df709c7f37832fa171f2e01d3b1a77d5733deadad7c404fd989155c
4
+ data.tar.gz: a0e32e6e84a642a621eddc844556fe604f73e80bbfd3e6a3dcad60c1d77e34f2
5
5
  SHA512:
6
- metadata.gz: 27c990f041e0cf787cb0e4d86d1fd0729a98e14836c1adf6c56246cd11818cdcb17f6cda6e3b6b88b3d22f1f2483448de93ce9719f9668fe4f9c44af67873649
7
- data.tar.gz: 6f1a30000a7d9922a944a724b510d809da10d06743c62ec6e2653d4ee46aae90cf1f7868d3e8d161f650874d948da1bb209d4bd389ade5d6b40077ee1559c05d
6
+ metadata.gz: c7492b6b49a287e700793ef760fd027d557d05194d744d4bee44853f4ca32796337b07711cae95db3e5eef0cab08b8f3431a637a7a046bbec4ab9225262a8a97
7
+ data.tar.gz: 422d6b5f2fe4c52d587efdf991074da19be8fb90598bdac4fc6170fb90eb0dc82c2afc5156f390ac6e73efe6c25050ab4db1f7c016df932f866050af1d9ce19b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.120.0 (2026-07-12)
4
+
5
+ * Regenerated from discovery document revision 20260706
6
+
3
7
  ### v0.119.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
@@ -3298,7 +3298,7 @@ module Google
3298
3298
 
3299
3299
  # Optional. The blob assets in this document. This is used to store the content
3300
3300
  # of the inline blobs in this document, for example, image bytes, such that it
3301
- # can be referenced by other fields in the document via asset id.
3301
+ # can be referenced by other fields in the document via asset ID.
3302
3302
  # Corresponds to the JSON property `blobAssets`
3303
3303
  # @return [Array<Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentBlobAsset>]
3304
3304
  attr_accessor :blob_assets
@@ -3334,10 +3334,10 @@ module Google
3334
3334
  attr_accessor :entities
3335
3335
 
3336
3336
  # The entity revision ID that `document.entities` field is based on. If this
3337
- # field is set and `entities_revisions` is not empty, the entities in `document.
3338
- # entities` field are the entities in the entity revision with this id and `
3339
- # document.entity_validation_output` field is the `entity_validation_output`
3340
- # field in this entity revision.
3337
+ # field and `entities_revisions` are set, the entities in `document.entities`
3338
+ # are the entities in the entity revision with this ID. The `document.
3339
+ # entity_validation_output` field is the `entity_validation_output` field in
3340
+ # this entity revision.
3341
3341
  # Corresponds to the JSON property `entitiesRevisionId`
3342
3342
  # @return [String]
3343
3343
  attr_accessor :entities_revision_id
@@ -3469,7 +3469,7 @@ module Google
3469
3469
  class GoogleCloudDocumentaiV1DocumentBlobAsset
3470
3470
  include Google::Apis::Core::Hashable
3471
3471
 
3472
- # Optional. The id of the blob asset.
3472
+ # Optional. The ID of the blob asset.
3473
3473
  # Corresponds to the JSON property `assetId`
3474
3474
  # @return [String]
3475
3475
  attr_accessor :asset_id
@@ -3682,20 +3682,20 @@ module Google
3682
3682
  # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentAnnotations]
3683
3683
  attr_accessor :annotations
3684
3684
 
3685
- # Optional. Asset id of the inline image. If set, find the image content in the
3685
+ # Optional. Asset ID of the inline image. If set, find the image content in the
3686
3686
  # blob_assets field.
3687
3687
  # Corresponds to the JSON property `blobAssetId`
3688
3688
  # @return [String]
3689
3689
  attr_accessor :blob_asset_id
3690
3690
 
3691
- # Optional. Data uri of the image. It is composed of four parts: a prefix (data:)
3691
+ # Optional. Data URI of the image. It is composed of four parts: a prefix (data:)
3692
3692
  # , a MIME type indicating the type of data, an optional base64 token if non-
3693
3693
  # textual, and the data itself: data:,
3694
3694
  # Corresponds to the JSON property `dataUri`
3695
3695
  # @return [String]
3696
3696
  attr_accessor :data_uri
3697
3697
 
3698
- # Optional. Google Cloud Storage uri of the image.
3698
+ # Optional. Google Cloud Storage URI of the image.
3699
3699
  # Corresponds to the JSON property `gcsUri`
3700
3700
  # @return [String]
3701
3701
  attr_accessor :gcs_uri
@@ -3817,20 +3817,20 @@ module Google
3817
3817
  # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentAnnotations]
3818
3818
  attr_accessor :annotations
3819
3819
 
3820
- # Optional. Asset id of the inline image. If set, find the image content in the
3820
+ # Optional. Asset ID of the inline image. If set, find the image content in the
3821
3821
  # blob_assets field.
3822
3822
  # Corresponds to the JSON property `blobAssetId`
3823
3823
  # @return [String]
3824
3824
  attr_accessor :blob_asset_id
3825
3825
 
3826
- # Optional. Data uri of the image. It is composed of four parts: a prefix (data:)
3826
+ # Optional. Data URI of the image. It is composed of four parts: a prefix (data:)
3827
3827
  # , a MIME type indicating the type of data, an optional base64 token if non-
3828
3828
  # textual, and the data itself: data:,
3829
3829
  # Corresponds to the JSON property `dataUri`
3830
3830
  # @return [String]
3831
3831
  attr_accessor :data_uri
3832
3832
 
3833
- # Optional. Google Cloud Storage uri of the image.
3833
+ # Optional. Google Cloud Storage URI of the image.
3834
3834
  # Corresponds to the JSON property `gcsUri`
3835
3835
  # @return [String]
3836
3836
  attr_accessor :gcs_uri
@@ -4261,8 +4261,8 @@ module Google
4261
4261
  # @return [Google::Apis::DocumentaiV1::GoogleTypeMoney]
4262
4262
  attr_accessor :money_value
4263
4263
 
4264
- # A signature - a graphical representation of a person's name, often used to
4265
- # sign a document.
4264
+ # A signature, which is a graphical representation of a person's name, often
4265
+ # used to sign a document.
4266
4266
  # Corresponds to the JSON property `signatureValue`
4267
4267
  # @return [Boolean]
4268
4268
  attr_accessor :signature_value
@@ -5515,7 +5515,7 @@ module Google
5515
5515
  class GoogleCloudDocumentaiV1DocumentProvenance
5516
5516
  include Google::Apis::Core::Hashable
5517
5517
 
5518
- # The Id of this operation. Needs to be unique within the scope of the revision.
5518
+ # The ID of this operation. Needs to be unique within the scope of the revision.
5519
5519
  # Corresponds to the JSON property `id`
5520
5520
  # @return [Fixnum]
5521
5521
  attr_accessor :id
@@ -5553,7 +5553,7 @@ module Google
5553
5553
  class GoogleCloudDocumentaiV1DocumentProvenanceParent
5554
5554
  include Google::Apis::Core::Hashable
5555
5555
 
5556
- # The id of the parent provenance.
5556
+ # The ID of the parent provenance.
5557
5557
  # Corresponds to the JSON property `id`
5558
5558
  # @return [Fixnum]
5559
5559
  attr_accessor :id
@@ -5585,7 +5585,7 @@ module Google
5585
5585
  class GoogleCloudDocumentaiV1DocumentRevision
5586
5586
  include Google::Apis::Core::Hashable
5587
5587
 
5588
- # If the change was made by a person specify the name or id of that person.
5588
+ # If the change was made by a person specify the name or ID of that person.
5589
5589
  # Corresponds to the JSON property `agent`
5590
5590
  # @return [String]
5591
5591
  attr_accessor :agent
@@ -5601,7 +5601,7 @@ module Google
5601
5601
  # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentRevisionHumanReview]
5602
5602
  attr_accessor :human_review
5603
5603
 
5604
- # Id of the revision, internally generated by doc proto storage. Unique within
5604
+ # ID of the revision, internally generated by doc proto storage. Unique within
5605
5605
  # the context of the document.
5606
5606
  # Corresponds to the JSON property `id`
5607
5607
  # @return [String]
@@ -5683,7 +5683,7 @@ module Google
5683
5683
  # @return [String]
5684
5684
  attr_accessor :display_name
5685
5685
 
5686
- # Optional. Document level prompt provided by the user. This custom text is
5686
+ # Optional. Document-level prompt provided by the user. This custom text is
5687
5687
  # injected into the AI model's prompt to provide extra, document-wide guidance
5688
5688
  # for processing.
5689
5689
  # Corresponds to the JSON property `documentPrompt`
@@ -5742,7 +5742,7 @@ module Google
5742
5742
  # a letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (For backward
5743
5743
  # compatibility, internal infrastructure and tooling can handle any ASCII
5744
5744
  # character.) - The `/` is sometimes used to denote a property of a type. For
5745
- # example `line_item/amount`. This convention is deprecated, but will still be
5745
+ # example, `line_item/amount`. This convention is deprecated, but will still be
5746
5746
  # honored for backward compatibility.
5747
5747
  # Corresponds to the JSON property `name`
5748
5748
  # @return [String]
@@ -7455,7 +7455,7 @@ module Google
7455
7455
 
7456
7456
  # Optional. SchemaVersion used by the Processor. It is the same as Processor's
7457
7457
  # DatasetSchema.schema_version Format is `projects/`project`/locations/`location`
7458
- # /schemas/`schema`/schemaVersions/`schema_version`
7458
+ # /schemas/`schema`/schemaVersions/`schema_version`.
7459
7459
  # Corresponds to the JSON property `activeSchemaVersion`
7460
7460
  # @return [String]
7461
7461
  attr_accessor :active_schema_version
@@ -8315,7 +8315,7 @@ module Google
8315
8315
  # @return [Float]
8316
8316
  attr_accessor :learning_rate_multiplier
8317
8317
 
8318
- # Optional. Resource name of a previously fine tuned version id to copy the
8318
+ # Optional. Resource name of a previously fine tuned version ID to copy the
8319
8319
  # overwritten configs from. The base_processor_version should be newer than the
8320
8320
  # base processor version used to fine tune this provided processor version.
8321
8321
  # Format: `projects/`project`/locations/`location`/processors/`processor`/
@@ -8949,7 +8949,7 @@ module Google
8949
8949
  class GoogleCloudDocumentaiV1beta3DocumentIdGcsManagedDocumentId
8950
8950
  include Google::Apis::Core::Hashable
8951
8951
 
8952
- # Id of the document (indexed) managed by Content Warehouse.
8952
+ # ID of the document (indexed) managed by Content Warehouse.
8953
8953
  # Corresponds to the JSON property `cwDocId`
8954
8954
  # @return [String]
8955
8955
  attr_accessor :cw_doc_id
@@ -8975,7 +8975,7 @@ module Google
8975
8975
  class GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId
8976
8976
  include Google::Apis::Core::Hashable
8977
8977
 
8978
- # Required. The id of the document.
8978
+ # Required. The ID of the document.
8979
8979
  # Corresponds to the JSON property `docId`
8980
8980
  # @return [String]
8981
8981
  attr_accessor :doc_id
@@ -9004,7 +9004,7 @@ module Google
9004
9004
  # @return [String]
9005
9005
  attr_accessor :display_name
9006
9006
 
9007
- # Optional. Document level prompt provided by the user. This custom text is
9007
+ # Optional. Document-level prompt provided by the user. This custom text is
9008
9008
  # injected into the AI model's prompt to provide extra, document-wide guidance
9009
9009
  # for processing.
9010
9010
  # Corresponds to the JSON property `documentPrompt`
@@ -9074,7 +9074,7 @@ module Google
9074
9074
  # a letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (For backward
9075
9075
  # compatibility, internal infrastructure and tooling can handle any ASCII
9076
9076
  # character.) - The `/` is sometimes used to denote a property of a type. For
9077
- # example `line_item/amount`. This convention is deprecated, but will still be
9077
+ # example, `line_item/amount`. This convention is deprecated, but will still be
9078
9078
  # honored for backward compatibility.
9079
9079
  # Corresponds to the JSON property `name`
9080
9080
  # @return [String]
@@ -9665,7 +9665,7 @@ module Google
9665
9665
 
9666
9666
  # Optional. SchemaVersion used by the Processor. It is the same as Processor's
9667
9667
  # DatasetSchema.schema_version Format is `projects/`project`/locations/`location`
9668
- # /schemas/`schema`/schemaVersions/`schema_version`
9668
+ # /schemas/`schema`/schemaVersions/`schema_version`.
9669
9669
  # Corresponds to the JSON property `activeSchemaVersion`
9670
9670
  # @return [String]
9671
9671
  attr_accessor :active_schema_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.119.0"
19
+ GEM_VERSION = "0.120.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
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.119.0
4
+ version: 0.120.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.119.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.120.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: