@maxim_mazurok/gapi.client.documentai-v1beta3 0.1.20250908 → 0.1.20250922
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.
- package/index.d.ts +5 -3
- 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:
|
|
12
|
+
// Revision: 20250922
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -738,6 +738,8 @@ declare namespace gapi.client {
|
|
|
738
738
|
cells?: GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell[];
|
|
739
739
|
}
|
|
740
740
|
interface GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock {
|
|
741
|
+
/** Annotation of the text block. */
|
|
742
|
+
annotations?: GoogleCloudDocumentaiV1beta3DocumentAnnotations;
|
|
741
743
|
/** A text block could further have child blocks. Repeated blocks support further hierarchies and nested blocks. */
|
|
742
744
|
blocks?: GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlock[];
|
|
743
745
|
/** Text content stored in the block. */
|
|
@@ -1425,7 +1427,7 @@ declare namespace gapi.client {
|
|
|
1425
1427
|
interface GoogleCloudDocumentaiV1beta3ImportProcessorVersionRequest {
|
|
1426
1428
|
/** The source processor version to import from. It can be from a different environment and region than the destination processor. */
|
|
1427
1429
|
externalProcessorVersionSource?: GoogleCloudDocumentaiV1beta3ImportProcessorVersionRequestExternalProcessorVersionSource;
|
|
1428
|
-
/** The source processor version to import from. The source processor version and destination processor need to be in the same environment and region.
|
|
1430
|
+
/** The source processor version to import from. The source processor version and destination processor need to be in the same environment and region. */
|
|
1429
1431
|
processorVersionSource?: string;
|
|
1430
1432
|
}
|
|
1431
1433
|
interface GoogleCloudDocumentaiV1beta3ImportProcessorVersionRequestExternalProcessorVersionSource {
|
|
@@ -1798,7 +1800,7 @@ declare namespace gapi.client {
|
|
|
1798
1800
|
processorVersion?: GoogleCloudDocumentaiV1beta3ProcessorVersion;
|
|
1799
1801
|
}
|
|
1800
1802
|
interface GoogleCloudDocumentaiV1beta3TrainProcessorVersionRequestCustomDocumentExtractionOptions {
|
|
1801
|
-
/** Training method to use for CDE training. */
|
|
1803
|
+
/** Optional. Training method to use for CDE training. */
|
|
1802
1804
|
trainingMethod?: string;
|
|
1803
1805
|
}
|
|
1804
1806
|
interface GoogleCloudDocumentaiV1beta3TrainProcessorVersionRequestFoundationModelTuningOptions {
|