google-apis-documentai_v1 0.75.0 → 0.77.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: 52cabf117ad14d6765d9e3d85d4f709c29f75113204cdb7855c094f97702dad6
4
- data.tar.gz: c5a7d90a1fa578970c47def6b48956dc71c9abb1751535537f94df2f99235bc5
3
+ metadata.gz: e1ee4dc9f8ea1f6e355b5001ee36cb32aa8cf53a3df4dc326f236c73a5c88f27
4
+ data.tar.gz: b9ef40807883fc9048d179a0c5a3bbd3bf0b18378d5985996ba872a640d21f25
5
5
  SHA512:
6
- metadata.gz: 01ce92cec70a8d6678259b7418601fda5568858485f8686b48ae97eb8e1dbfd2ecc904c23fa0b8fa02be81f11e3ae40361ff5d1115767aac8fff625fa929e809
7
- data.tar.gz: 82037dad2a106465182b4a79854ae9513c5f041057f98f312ff799ac944da99cb2a9e895afc8248c33ee3d8624765c62db04fad413c31272627323c431220668
6
+ metadata.gz: 81fd6c95333250441be33c5b66bae039811dafe874444b5875fd32903436499d94db4e5f19b18851cdca31871c7e22f593e97a39a56c6a0ad1120c671c843e2b
7
+ data.tar.gz: e70639ccd799789f934d3fec429ca54e18bdcb36affb2f2e8a4b8ce94329492f787704eed7670c459f120631f8fe2250f18aa338ba9ff7ff3a7f009278ee1543
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.77.0 (2023-11-05)
4
+
5
+ * Regenerated from discovery document revision 20231026
6
+
7
+ ### v0.76.0 (2023-10-01)
8
+
9
+ * Regenerated from discovery document revision 20230923
10
+
3
11
  ### v0.75.0 (2023-09-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20230914
@@ -972,7 +972,7 @@ module Google
972
972
  end
973
973
  end
974
974
 
975
- # The metadata proto of ResyncDataset method.
975
+ # The metadata proto of `ResyncDataset` method.
976
976
  class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadata
977
977
  include Google::Apis::Core::Hashable
978
978
 
@@ -981,8 +981,8 @@ module Google
981
981
  # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata]
982
982
  attr_accessor :common_metadata
983
983
 
984
- # The list of dataset resync statuses. Not checked when `dataset_documents` is
985
- # specified in ResyncRequest.
984
+ # The list of dataset resync statuses. Not checked when ResyncDatasetRequest.
985
+ # dataset_documents is specified.
986
986
  # Corresponds to the JSON property `datasetResyncStatuses`
987
987
  # @return [Array<Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus>]
988
988
  attr_accessor :dataset_resync_statuses
@@ -4549,7 +4549,7 @@ module Google
4549
4549
  alias_method :compute_style_info?, :compute_style_info
4550
4550
 
4551
4551
  # Turn off character box detector in OCR engine. Character box detection is
4552
- # enabled by default in OCR 2.0+ processors.
4552
+ # enabled by default in OCR 2.0 (and later) processors.
4553
4553
  # Corresponds to the JSON property `disableCharacterBoxesDetection`
4554
4554
  # @return [Boolean]
4555
4555
  attr_accessor :disable_character_boxes_detection
@@ -4643,8 +4643,8 @@ module Google
4643
4643
  attr_accessor :enable_math_ocr
4644
4644
  alias_method :enable_math_ocr?, :enable_math_ocr
4645
4645
 
4646
- # Turn on selection mark detector in OCR engine. Only available in OCR 2.0+
4647
- # processors.
4646
+ # Turn on selection mark detector in OCR engine. Only available in OCR 2.0 (and
4647
+ # later) processors.
4648
4648
  # Corresponds to the JSON property `enableSelectionMarkDetection`
4649
4649
  # @return [Boolean]
4650
4650
  attr_accessor :enable_selection_mark_detection
@@ -4671,8 +4671,8 @@ module Google
4671
4671
  # @return [Fixnum]
4672
4672
  attr_accessor :from_end
4673
4673
 
4674
- # Only process certain pages from the start, process all if the document has
4675
- # less pages.
4674
+ # Only process certain pages from the start. Process all if the document has
4675
+ # fewer pages.
4676
4676
  # Corresponds to the JSON property `fromStart`
4677
4677
  # @return [Fixnum]
4678
4678
  attr_accessor :from_start
@@ -10025,7 +10025,7 @@ module Google
10025
10025
  end
10026
10026
 
10027
10027
  # A singleton resource under a Processor which configures a collection of
10028
- # documents. Next Id: 8.
10028
+ # documents.
10029
10029
  class GoogleCloudDocumentaiV1beta3Dataset
10030
10030
  include Google::Apis::Core::Hashable
10031
10031
 
@@ -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.75.0"
19
+ GEM_VERSION = "0.77.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230914"
25
+ REVISION = "20231026"
26
26
  end
27
27
  end
28
28
  end
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.75.0
4
+ version: 0.77.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: 2023-09-24 00:00:00.000000000 Z
11
+ date: 2023-11-05 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.75.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.77.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: []