blobAssets property

List<GoogleCloudDocumentaiV1DocumentBlobAsset>? blobAssets
getter/setter pair

The blob assets in this document.

This is used to store the content of the inline blobs in this document, for example, image bytes, such that it can be referenced by other fields in the document via asset ID.

Optional.

Implementation

core.List<GoogleCloudDocumentaiV1DocumentBlobAsset>? blobAssets;