google-cloud-document_ai-v1beta3 0.39.0 → 0.39.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: d50a6a5de154cf67eca2835276279b8eafe835162d0c7809a18d77aad96d0cef
4
- data.tar.gz: 1dd31929ec95c5f08cdc29caef3a2f672d5459a574e43fb49484c1525c97c167
3
+ metadata.gz: 4000c1dc6f1dfc8863de87966ad54f84162877f44bdc3d542f63a13d37ec65de
4
+ data.tar.gz: e687da3bddef461f07d201e9f15ffe594b68516ba22c73cdf1830a5ee32d26e9
5
5
  SHA512:
6
- metadata.gz: d20752d8d076782f6dd1cc94b2c9c7646484499c3c03eb10389e7d3baec48f654fc166605e7fd8f38a1ce020f7495e7b500ad4f3e06b52873aecbf79a20d131b
7
- data.tar.gz: ebddd9d2a06be7723ace550a4ff82d2d8b076e4c06b17680fe40590e610c2de4230ea1962b7d4e7598d6934eb8424db87b0fb74cf35d6a4b537358bb19a68694
6
+ metadata.gz: f5be0137cb7ab3f1b0178914f93df6272790e8d666299df350268baaa8be961ea68f72fa4547ec07fd3cee85d3f2bfd43c141e3b833de5a7634a0ec9db6f466e
7
+ data.tar.gz: 444285622bf05bc603d8c8a0ef0c56f64f8b772c61a0a38422e0f949c159d31e6c09ed492cf249b55e84d322f5fd1ed2b863f758bba3e0bc8f4f68f85d7353fd
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DocumentAI
23
23
  module V1beta3
24
- VERSION = "0.39.0"
24
+ VERSION = "0.39.1"
25
25
  end
26
26
  end
27
27
  end
@@ -409,6 +409,14 @@ module Google
409
409
  # @return [::Array<::String>]
410
410
  # An allowlist of the fully qualified names of RPCs that should be included
411
411
  # on public client surfaces.
412
+ # @!attribute [rw] generate_omitted_as_internal
413
+ # @return [::Boolean]
414
+ # Setting this to true indicates to the client generators that methods
415
+ # that would be excluded from the generation should instead be generated
416
+ # in a way that indicates these methods should not be consumed by
417
+ # end users. How this is expressed is up to individual language
418
+ # implementations to decide. Some examples may be: added annotations,
419
+ # obfuscated identifiers, or other language idiomatic patterns.
412
420
  class SelectiveGapicGeneration
413
421
  include ::Google::Protobuf::MessageExts
414
422
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -76,12 +76,12 @@ module Google
76
76
  # @!attribute [rw] semantic_chunking_group_size
77
77
  # @return [::Boolean]
78
78
  # Optional. The number of tokens to group together when evaluating
79
- # semantic similarity.
79
+ # semantic similarity. THIS FIELD IS NOT YET USED.
80
80
  # @!attribute [rw] breakpoint_percentile_threshold
81
81
  # @return [::Integer]
82
82
  # Optional. The percentile of cosine dissimilarity that must be exceeded
83
83
  # between a group of tokens and the next. The smaller this number is, the
84
- # more chunks will be generated.
84
+ # more chunks will be generated. THIS FIELD IS NOT YET USED.
85
85
  class ChunkingConfig
86
86
  include ::Google::Protobuf::MessageExts
87
87
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-document_ai-v1beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.0
4
+ version: 0.39.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 2025-02-06 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -162,7 +162,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
162
162
  - !ruby/object:Gem::Version
163
163
  version: '0'
164
164
  requirements: []
165
- rubygems_version: 3.6.2
165
+ rubygems_version: 3.6.3
166
166
  specification_version: 4
167
167
  summary: Service to parse structured information from unstructured or semi-structured
168
168
  documents using state-of-the-art Google AI such as natural language, computer vision,