Cloud Document AI v1beta3 API - Class Document.Types.BlobAsset (2.0.0-beta26)

public sealed class Document.Types.BlobAsset : IMessage<Document.Types.BlobAsset>, IEquatable<Document.Types.BlobAsset>, IDeepCloneable<Document.Types.BlobAsset>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1beta3 API class Document.Types.BlobAsset.

Represents a blob asset. It's used to store the content of the inline blob in this document, e.g. image bytes, such that it can be referenced by other fields in the document via asset id.

Inheritance

object > Document.Types.BlobAsset

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

BlobAsset()

public BlobAsset()

BlobAsset(BlobAsset)

public BlobAsset(Document.Types.BlobAsset other)
Parameter
Name Description
other DocumentTypesBlobAsset

Properties

AssetId

public string AssetId { get; set; }

Optional. The id of the blob asset.

Property Value
Type Description
string

Content

public ByteString Content { get; set; }

Optional. The content of the blob asset, e.g. image bytes.

Property Value
Type Description
ByteString

MimeType

public string MimeType { get; set; }

The mime type of the blob asset. An IANA published media type (MIME type).

Property Value
Type Description
string