@maxim_mazurok/gapi.client.documentai-v1 0.0.20250327 → 0.0.20250416
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 -1
- 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=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250416
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -648,6 +648,8 @@ declare namespace gapi.client {
|
|
|
648
648
|
chunkedDocument?: GoogleCloudDocumentaiV1DocumentChunkedDocument;
|
|
649
649
|
/** Optional. Inline document content, represented as a stream of bytes. Note: As with all `bytes` fields, protobuffers use a pure binary representation, whereas JSON representations use base64. */
|
|
650
650
|
content?: string;
|
|
651
|
+
/** Optional. An internal identifier for document. Should be loggable (no PII). */
|
|
652
|
+
docid?: string;
|
|
651
653
|
/** Parsed layout of the document. */
|
|
652
654
|
documentLayout?: GoogleCloudDocumentaiV1DocumentDocumentLayout;
|
|
653
655
|
/** A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries. */
|
|
@@ -716,6 +718,8 @@ declare namespace gapi.client {
|
|
|
716
718
|
interface GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlock {
|
|
717
719
|
/** ID of the block. */
|
|
718
720
|
blockId?: string;
|
|
721
|
+
/** Identifies the bounding box for the block. */
|
|
722
|
+
boundingBox?: GoogleCloudDocumentaiV1BoundingPoly;
|
|
719
723
|
/** Block consisting of list content/structure. */
|
|
720
724
|
listBlock?: GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock;
|
|
721
725
|
/** Page span of the block. */
|