Skip to content

Commit 8fe632e

Browse files
feat: Automated regeneration of DocumentAI client (googleapis#12967)
Auto-created at 2025-02-15 13:09:12 +0000 using the toys pull request generator.
1 parent 0d0ee87 commit 8fe632e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

clients/document_ai/lib/google_api/document_ai/v1beta3/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.DocumentAI.V1beta3 do
2020
API client metadata for GoogleApi.DocumentAI.V1beta3.
2121
"""
2222

23-
@discovery_revision "20250117"
23+
@discovery_revision "20250210"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/document_ai/lib/google_api/document_ai/v1beta3/model/google_cloud_documentai_v1beta3_process_options_layout_config_chunking_config.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ defmodule GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3Process
2121
2222
## Attributes
2323
24-
* `breakpointPercentileThreshold` (*type:* `integer()`, *default:* `nil`) - Optional. The percentile of cosine dissimilarity that must be exceeded between a group of tokens and the next. The smaller this number is, the more chunks will be generated.
24+
* `breakpointPercentileThreshold` (*type:* `integer()`, *default:* `nil`) - Optional. The percentile of cosine dissimilarity that must be exceeded between a group of tokens and the next. The smaller this number is, the more chunks will be generated. THIS FIELD IS NOT YET USED.
2525
* `chunkSize` (*type:* `integer()`, *default:* `nil`) - Optional. The chunk sizes to use when splitting documents, in order of level.
2626
* `includeAncestorHeadings` (*type:* `boolean()`, *default:* `nil`) - Optional. Whether or not to include ancestor headings when splitting.
27-
* `semanticChunkingGroupSize` (*type:* `boolean()`, *default:* `nil`) - Optional. The number of tokens to group together when evaluating semantic similarity.
27+
* `semanticChunkingGroupSize` (*type:* `boolean()`, *default:* `nil`) - Optional. The number of tokens to group together when evaluating semantic similarity. THIS FIELD IS NOT YET USED.
2828
"""
2929

3030
use GoogleApi.Gax.ModelBase

0 commit comments

Comments
 (0)