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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4000c1dc6f1dfc8863de87966ad54f84162877f44bdc3d542f63a13d37ec65de
|
|
4
|
+
data.tar.gz: e687da3bddef461f07d201e9f15ffe594b68516ba22c73cdf1830a5ee32d26e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f5be0137cb7ab3f1b0178914f93df6272790e8d666299df350268baaa8be961ea68f72fa4547ec07fd3cee85d3f2bfd43c141e3b833de5a7634a0ec9db6f466e
|
|
7
|
+
data.tar.gz: 444285622bf05bc603d8c8a0ef0c56f64f8b772c61a0a38422e0f949c159d31e6c09ed492cf249b55e84d322f5fd1ed2b863f758bba3e0bc8f4f68f85d7353fd
|
|
@@ -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.
|
|
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-
|
|
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.
|
|
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,
|