Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkImageChunkField

The image chunk field in the chunk.

Inheritance
object
GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkImageChunkField
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkImageChunkField : IDirectResponseSchema

Properties

Annotations

Annotation of the image chunk field.

Declaration
[JsonProperty("annotations")]
public virtual GoogleCloudDocumentaiV1beta3DocumentAnnotations Annotations { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3DocumentAnnotations

BlobAssetId

Optional. Asset id of the inline image. If set, find the image content in the blob_assets field.

Declaration
[JsonProperty("blobAssetId")]
public virtual string BlobAssetId { get; set; }
Property Value
Type Description
string

DataUri

Optional. Data uri of the image. It is composed of four parts: a prefix (data:), a MIME type indicating the type of data, an optional base64 token if non-textual, and the data itself: data:,

Declaration
[JsonProperty("dataUri")]
public virtual string DataUri { 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

GcsUri

Optional. Google Cloud Storage uri of the image.

Declaration
[JsonProperty("gcsUri")]
public virtual string GcsUri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX