@maxim_mazurok/gapi.client.documentai-v1beta3 0.1.20250828 → 0.1.20250914
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 +8 -4
- 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: 20250914
|
|
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 {
|
|
@@ -1563,6 +1565,8 @@ declare namespace gapi.client {
|
|
|
1563
1565
|
semanticChunkingGroupSize?: boolean;
|
|
1564
1566
|
}
|
|
1565
1567
|
interface GoogleCloudDocumentaiV1beta3Processor {
|
|
1568
|
+
/** Optional. SchemaVersion used by the Processor. It is the same as Processor's DatasetSchema.schema_version Format is `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version} */
|
|
1569
|
+
activeSchemaVersion?: string;
|
|
1566
1570
|
/** Output only. The time the processor was created. */
|
|
1567
1571
|
createTime?: string;
|
|
1568
1572
|
/** The default processor version. */
|
|
@@ -1798,7 +1802,7 @@ declare namespace gapi.client {
|
|
|
1798
1802
|
processorVersion?: GoogleCloudDocumentaiV1beta3ProcessorVersion;
|
|
1799
1803
|
}
|
|
1800
1804
|
interface GoogleCloudDocumentaiV1beta3TrainProcessorVersionRequestCustomDocumentExtractionOptions {
|
|
1801
|
-
/** Training method to use for CDE training. */
|
|
1805
|
+
/** Optional. Training method to use for CDE training. */
|
|
1802
1806
|
trainingMethod?: string;
|
|
1803
1807
|
}
|
|
1804
1808
|
interface GoogleCloudDocumentaiV1beta3TrainProcessorVersionRequestFoundationModelTuningOptions {
|
|
@@ -3691,7 +3695,7 @@ declare namespace gapi.client {
|
|
|
3691
3695
|
alt?: string;
|
|
3692
3696
|
/** JSONP */
|
|
3693
3697
|
callback?: string;
|
|
3694
|
-
/** Optional.
|
|
3698
|
+
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage. */
|
|
3695
3699
|
extraLocationTypes?: string | string[];
|
|
3696
3700
|
/** Selector specifying which fields to include in a partial response. */
|
|
3697
3701
|
fields?: string;
|