Class GoogleCloudDocumentaiV1beta3DocumentBlobAsset
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.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3DocumentBlobAsset : IDirectResponseSchema
Properties
AssetId
Optional. The id of the blob asset.
Declaration
[JsonProperty("assetId")]
public virtual string AssetId { get; set; }
Property Value
Type | Description |
---|---|
string |
Content
Optional. The content of the blob asset, e.g. image bytes.
Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MimeType
The mime type of the blob asset. An IANA published media type (MIME type).
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type | Description |
---|---|
string |