@maxim_mazurok/gapi.client.documentai-v1beta3 0.0.20230830 → 0.0.20230911
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 -5
- package/package.json +1 -1
- package/tests.ts +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: 20230911
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -3183,7 +3183,7 @@ declare namespace gapi.client {
|
|
|
3183
3183
|
GoogleCloudDocumentaiV1beta3CommonOperationMetadata;
|
|
3184
3184
|
}
|
|
3185
3185
|
interface GoogleCloudDocumentaiV1beta3ImportProcessorVersionRequest {
|
|
3186
|
-
/** The source processor version to import from
|
|
3186
|
+
/** The source processor version to import from. It can be from a different environment and region than the destination processor. */
|
|
3187
3187
|
externalProcessorVersionSource?:
|
|
3188
3188
|
GoogleCloudDocumentaiV1beta3ImportProcessorVersionRequestExternalProcessorVersionSource;
|
|
3189
3189
|
/** The source processor version to import from. The source processor version and destination processor need to be in the same environment and region. */
|
|
@@ -3250,7 +3250,7 @@ declare namespace gapi.client {
|
|
|
3250
3250
|
*/
|
|
3251
3251
|
advancedOcrOptions?:
|
|
3252
3252
|
string[];
|
|
3253
|
-
/** Turn on font
|
|
3253
|
+
/** Turn on font identification model and return font style information. */
|
|
3254
3254
|
computeStyleInfo?:
|
|
3255
3255
|
boolean;
|
|
3256
3256
|
/**
|
|
@@ -3448,7 +3448,7 @@ declare namespace gapi.client {
|
|
|
3448
3448
|
string;
|
|
3449
3449
|
/**
|
|
3450
3450
|
* The display name of the document, it supports all Unicode characters except the following: `*`, `?`, `[`, `]`, `%`, `{`, `}`,`'`, `\"`, `,` `~`, `=` and `:` are reserved. If not
|
|
3451
|
-
* specified, a default ID
|
|
3451
|
+
* specified, a default ID is generated.
|
|
3452
3452
|
*/
|
|
3453
3453
|
displayName?:
|
|
3454
3454
|
string;
|
|
@@ -3532,7 +3532,7 @@ declare namespace gapi.client {
|
|
|
3532
3532
|
interface GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionResponse {
|
|
3533
3533
|
}
|
|
3534
3534
|
interface GoogleCloudDocumentaiV1beta3SummaryOptions {
|
|
3535
|
-
/**
|
|
3535
|
+
/** The format the summary should be in. */
|
|
3536
3536
|
format?:
|
|
3537
3537
|
string;
|
|
3538
3538
|
/** How long the summary should be. */
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230911
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|