@maxim_mazurok/gapi.client.documentai-v1beta3 0.0.20250714 → 0.0.20250716
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 -8
- 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: 20250716
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1513,7 +1513,7 @@ declare namespace gapi.client {
|
|
|
1513
1513
|
semanticChunkingGroupSize?: boolean;
|
|
1514
1514
|
}
|
|
1515
1515
|
interface GoogleCloudDocumentaiV1beta3Processor {
|
|
1516
|
-
/** The time the processor was created. */
|
|
1516
|
+
/** Output only. The time the processor was created. */
|
|
1517
1517
|
createTime?: string;
|
|
1518
1518
|
/** The default processor version. */
|
|
1519
1519
|
defaultProcessorVersion?: string;
|
|
@@ -1557,23 +1557,23 @@ declare namespace gapi.client {
|
|
|
1557
1557
|
locationId?: string;
|
|
1558
1558
|
}
|
|
1559
1559
|
interface GoogleCloudDocumentaiV1beta3ProcessorVersion {
|
|
1560
|
-
/** The time the processor version was created. */
|
|
1560
|
+
/** Output only. The time the processor version was created. */
|
|
1561
1561
|
createTime?: string;
|
|
1562
|
-
/** If set, information about the eventual deprecation of this version. */
|
|
1562
|
+
/** Output only. If set, information about the eventual deprecation of this version. */
|
|
1563
1563
|
deprecationInfo?: GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo;
|
|
1564
1564
|
/** The display name of the processor version. */
|
|
1565
1565
|
displayName?: string;
|
|
1566
|
-
/** The schema of the processor version. Describes the output. */
|
|
1566
|
+
/** Output only. The schema of the processor version. Describes the output. */
|
|
1567
1567
|
documentSchema?: GoogleCloudDocumentaiV1beta3DocumentSchema;
|
|
1568
1568
|
/** Output only. Information about Generative AI model-based processor versions. */
|
|
1569
1569
|
genAiModelInfo?: GoogleCloudDocumentaiV1beta3ProcessorVersionGenAiModelInfo;
|
|
1570
1570
|
/** Output only. Denotes that this `ProcessorVersion` is managed by Google. */
|
|
1571
1571
|
googleManaged?: boolean;
|
|
1572
|
-
/** The KMS key name used for encryption. */
|
|
1572
|
+
/** Output only. The KMS key name used for encryption. */
|
|
1573
1573
|
kmsKeyName?: string;
|
|
1574
|
-
/** The KMS key version with which data is encrypted. */
|
|
1574
|
+
/** Output only. The KMS key version with which data is encrypted. */
|
|
1575
1575
|
kmsKeyVersionName?: string;
|
|
1576
|
-
/** The most recently invoked evaluation for the processor version. */
|
|
1576
|
+
/** Output only. The most recently invoked evaluation for the processor version. */
|
|
1577
1577
|
latestEvaluation?: GoogleCloudDocumentaiV1beta3EvaluationReference;
|
|
1578
1578
|
/** Output only. The model type of this processor version. */
|
|
1579
1579
|
modelType?: string;
|