@maxim_mazurok/gapi.client.documentai-v1beta3 0.0.20250204 → 0.0.20250214

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.
Files changed (2) hide show
  1. package/index.d.ts +3 -3
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://documentai.googleapis.com/$discovery/rest?version=v1beta3
12
- // Revision: 20250204
12
+ // Revision: 20250214
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1434,13 +1434,13 @@ declare namespace gapi.client {
1434
1434
  returnImages?: boolean;
1435
1435
  }
1436
1436
  interface GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig {
1437
- /** 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. */
1437
+ /** 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. */
1438
1438
  breakpointPercentileThreshold?: number;
1439
1439
  /** Optional. The chunk sizes to use when splitting documents, in order of level. */
1440
1440
  chunkSize?: number;
1441
1441
  /** Optional. Whether or not to include ancestor headings when splitting. */
1442
1442
  includeAncestorHeadings?: boolean;
1443
- /** Optional. The number of tokens to group together when evaluating semantic similarity. */
1443
+ /** Optional. The number of tokens to group together when evaluating semantic similarity. THIS FIELD IS NOT YET USED. */
1444
1444
  semanticChunkingGroupSize?: boolean;
1445
1445
  }
1446
1446
  interface GoogleCloudDocumentaiV1beta3Processor {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.documentai-v1beta3",
3
- "version": "0.0.20250204",
3
+ "version": "0.0.20250214",
4
4
  "description": "TypeScript typings for Cloud Document AI API v1beta3",
5
5
  "repository": {
6
6
  "type": "git",