google-cloud-document_ai-v1 1.6.0 → 1.6.1

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: 8c40fb0967109fd74a4e74e113b1cac66b220c007e71a533176afe13618083e4
4
- data.tar.gz: be9b9b98973335a3de48478a914bb4a60ce58aaf602d23e00672a3692b011e9f
3
+ metadata.gz: 650b0d999ea2b2e1e5eef2ed32b3dd5ff8dd7635f4caaf39380c6bc07653e8ba
4
+ data.tar.gz: e0f2dcd7b30bc90c2a3c32cb2369d40aa949657dc4fe4500a5c399a3ac37ee3b
5
5
  SHA512:
6
- metadata.gz: 2881ff636613ab9cb71224dfb29d6389a66cf94193cc22f7230b024a0e8467fdf03d60097bc6fe6d198bf863e62cecb4425315e7ea1b7a3b953fdfc4b7a2419f
7
- data.tar.gz: '0972327bda687d22455ba2d8158fd6cedb2b1fe6e3e652fc7f608ec70f1731458fc0975708ef289f57219ce82963dc7ea28ffd32ddac1fd5d2d2e360924e0fcf'
6
+ metadata.gz: 1d0a437329712a5250c32708d03fa56dd8e8c11d4f133767b87feba7991abccd66f55d3af9e4477712c6723ce49afd59bcbc46f0acb07a9799c81ddb936ea269
7
+ data.tar.gz: 9600523510d30fecc0513f5af7b78476707a1bdc66cf8e73883c26d78e1f93d7366080bc46c325f6cdbb4cfdf1ff3e7ba0cf5ecda93c9dbe012e2ccb4046c591
@@ -252,15 +252,15 @@ module Google
252
252
  # @param inline_document [::Google::Cloud::DocumentAI::V1::Document, ::Hash]
253
253
  # An inline document proto.
254
254
  #
255
- # Note: The following fields are mutually exclusive: `inline_document`, `raw_document`, `gcs_document`. If a field in that set is populated, all other fields in the set will automatically be cleared.
255
+ # Note: The following parameters are mutually exclusive: `inline_document`, `raw_document`, `gcs_document`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
256
256
  # @param raw_document [::Google::Cloud::DocumentAI::V1::RawDocument, ::Hash]
257
257
  # A raw document content (bytes).
258
258
  #
259
- # Note: The following fields are mutually exclusive: `raw_document`, `inline_document`, `gcs_document`. If a field in that set is populated, all other fields in the set will automatically be cleared.
259
+ # Note: The following parameters are mutually exclusive: `raw_document`, `inline_document`, `gcs_document`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
260
260
  # @param gcs_document [::Google::Cloud::DocumentAI::V1::GcsDocument, ::Hash]
261
261
  # A raw document on Google Cloud Storage.
262
262
  #
263
- # Note: The following fields are mutually exclusive: `gcs_document`, `inline_document`, `raw_document`. If a field in that set is populated, all other fields in the set will automatically be cleared.
263
+ # Note: The following parameters are mutually exclusive: `gcs_document`, `inline_document`, `raw_document`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
264
264
  # @param name [::String]
265
265
  # Required. The resource name of the
266
266
  # {::Google::Cloud::DocumentAI::V1::Processor Processor} or
@@ -954,11 +954,11 @@ module Google
954
954
  # @param custom_document_extraction_options [::Google::Cloud::DocumentAI::V1::TrainProcessorVersionRequest::CustomDocumentExtractionOptions, ::Hash]
955
955
  # Options to control Custom Document Extraction (CDE) Processor.
956
956
  #
957
- # Note: The following fields are mutually exclusive: `custom_document_extraction_options`, `foundation_model_tuning_options`. If a field in that set is populated, all other fields in the set will automatically be cleared.
957
+ # Note: The following parameters are mutually exclusive: `custom_document_extraction_options`, `foundation_model_tuning_options`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
958
958
  # @param foundation_model_tuning_options [::Google::Cloud::DocumentAI::V1::TrainProcessorVersionRequest::FoundationModelTuningOptions, ::Hash]
959
959
  # Options to control foundation model tuning of a processor.
960
960
  #
961
- # Note: The following fields are mutually exclusive: `foundation_model_tuning_options`, `custom_document_extraction_options`. If a field in that set is populated, all other fields in the set will automatically be cleared.
961
+ # Note: The following parameters are mutually exclusive: `foundation_model_tuning_options`, `custom_document_extraction_options`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
962
962
  # @param parent [::String]
963
963
  # Required. The parent (project, location and processor) to create the new
964
964
  # version for. Format:
@@ -246,15 +246,15 @@ module Google
246
246
  # @param inline_document [::Google::Cloud::DocumentAI::V1::Document, ::Hash]
247
247
  # An inline document proto.
248
248
  #
249
- # Note: The following fields are mutually exclusive: `inline_document`, `raw_document`, `gcs_document`. If a field in that set is populated, all other fields in the set will automatically be cleared.
249
+ # Note: The following parameters are mutually exclusive: `inline_document`, `raw_document`, `gcs_document`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
250
250
  # @param raw_document [::Google::Cloud::DocumentAI::V1::RawDocument, ::Hash]
251
251
  # A raw document content (bytes).
252
252
  #
253
- # Note: The following fields are mutually exclusive: `raw_document`, `inline_document`, `gcs_document`. If a field in that set is populated, all other fields in the set will automatically be cleared.
253
+ # Note: The following parameters are mutually exclusive: `raw_document`, `inline_document`, `gcs_document`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
254
254
  # @param gcs_document [::Google::Cloud::DocumentAI::V1::GcsDocument, ::Hash]
255
255
  # A raw document on Google Cloud Storage.
256
256
  #
257
- # Note: The following fields are mutually exclusive: `gcs_document`, `inline_document`, `raw_document`. If a field in that set is populated, all other fields in the set will automatically be cleared.
257
+ # Note: The following parameters are mutually exclusive: `gcs_document`, `inline_document`, `raw_document`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
258
258
  # @param name [::String]
259
259
  # Required. The resource name of the
260
260
  # {::Google::Cloud::DocumentAI::V1::Processor Processor} or
@@ -899,11 +899,11 @@ module Google
899
899
  # @param custom_document_extraction_options [::Google::Cloud::DocumentAI::V1::TrainProcessorVersionRequest::CustomDocumentExtractionOptions, ::Hash]
900
900
  # Options to control Custom Document Extraction (CDE) Processor.
901
901
  #
902
- # Note: The following fields are mutually exclusive: `custom_document_extraction_options`, `foundation_model_tuning_options`. If a field in that set is populated, all other fields in the set will automatically be cleared.
902
+ # Note: The following parameters are mutually exclusive: `custom_document_extraction_options`, `foundation_model_tuning_options`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
903
903
  # @param foundation_model_tuning_options [::Google::Cloud::DocumentAI::V1::TrainProcessorVersionRequest::FoundationModelTuningOptions, ::Hash]
904
904
  # Options to control foundation model tuning of a processor.
905
905
  #
906
- # Note: The following fields are mutually exclusive: `foundation_model_tuning_options`, `custom_document_extraction_options`. If a field in that set is populated, all other fields in the set will automatically be cleared.
906
+ # Note: The following parameters are mutually exclusive: `foundation_model_tuning_options`, `custom_document_extraction_options`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
907
907
  # @param parent [::String]
908
908
  # Required. The parent (project, location and processor) to create the new
909
909
  # version for. Format:
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DocumentAI
23
23
  module V1
24
- VERSION = "1.6.0"
24
+ VERSION = "1.6.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-document_ai-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -136,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
136
136
  - !ruby/object:Gem::Version
137
137
  version: '0'
138
138
  requirements: []
139
- rubygems_version: 3.6.8
139
+ rubygems_version: 3.6.9
140
140
  specification_version: 4
141
141
  summary: Service to parse structured information from unstructured or semi-structured
142
142
  documents using state-of-the-art Google AI such as natural language, computer vision,