@maxim_mazurok/gapi.client.documentai-v1beta3 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=v1beta3
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250416
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -518,6 +518,8 @@ declare namespace gapi.client {
|
|
|
518
518
|
chunkedDocument?: GoogleCloudDocumentaiV1beta3DocumentChunkedDocument;
|
|
519
519
|
/** 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. */
|
|
520
520
|
content?: string;
|
|
521
|
+
/** Optional. An internal identifier for document. Should be loggable (no PII). */
|
|
522
|
+
docid?: string;
|
|
521
523
|
/** Parsed layout of the document. */
|
|
522
524
|
documentLayout?: GoogleCloudDocumentaiV1beta3DocumentDocumentLayout;
|
|
523
525
|
/** A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries. */
|
|
@@ -586,6 +588,8 @@ declare namespace gapi.client {
|
|
|
586
588
|
interface GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlock {
|
|
587
589
|
/** ID of the block. */
|
|
588
590
|
blockId?: string;
|
|
591
|
+
/** Identifies the bounding box for the block. */
|
|
592
|
+
boundingBox?: GoogleCloudDocumentaiV1beta3BoundingPoly;
|
|
589
593
|
/** Block consisting of list content/structure. */
|
|
590
594
|
listBlock?: GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock;
|
|
591
595
|
/** Page span of the block. */
|