Googly. DocumentAI. Model. GoogleCloudDocumentaiV1DocumentBlobAsset
(googly_document_ai v0.1.0)
Copy Markdown
View Source
Represents a blob asset. It's used to store the content of the inline blob in this document, for example, image bytes, such that it can be referenced by other fields in the document via asset ID.
Attributes
-
asset_id(type:String.t()) - Optional. The id of the blob asset. -
content(type:String.t()) - Optional. The content of the blob asset, for example, image bytes. -
mime_type(type:String.t()) - The mime type of the blob asset. An IANA published media type (MIME type).