public sealed class Document.Types.ChunkedDocument.Types.Chunk.Types.ImageChunkField : IMessage<Document.Types.ChunkedDocument.Types.Chunk.Types.ImageChunkField>, IEquatable<Document.Types.ChunkedDocument.Types.Chunk.Types.ImageChunkField>, IDeepCloneable<Document.Types.ChunkedDocument.Types.Chunk.Types.ImageChunkField>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class Document.Types.ChunkedDocument.Types.Chunk.Types.ImageChunkField.
The image chunk field in the chunk.
Implements
IMessageDocumentTypesChunkedDocumentTypesChunkTypesImageChunkField, IEquatableDocumentTypesChunkedDocumentTypesChunkTypesImageChunkField, IDeepCloneableDocumentTypesChunkedDocumentTypesChunkTypesImageChunkField, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
ImageChunkField()
public ImageChunkField()
ImageChunkField(ImageChunkField)
public ImageChunkField(Document.Types.ChunkedDocument.Types.Chunk.Types.ImageChunkField other)
Parameter | |
---|---|
Name | Description |
other |
DocumentTypesChunkedDocumentTypesChunkTypesImageChunkField |
Properties
Annotations
public Document.Types.Annotations Annotations { get; set; }
Annotation of the image chunk field.
Property Value | |
---|---|
Type | Description |
DocumentTypesAnnotations |
BlobAssetId
public string BlobAssetId { get; set; }
Optional. Asset id of the inline image. If set, find the image content in the blob_assets field.
Property Value | |
---|---|
Type | Description |
string |
DataUri
public string DataUri { get; set; }
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:[<mediatype>][;base64],<data>
Property Value | |
---|---|
Type | Description |
string |
GcsUri
public string GcsUri { get; set; }
Optional. Google Cloud Storage uri of the image.
Property Value | |
---|---|
Type | Description |
string |
HasBlobAssetId
public bool HasBlobAssetId { get; }
Gets whether the "blob_asset_id" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasDataUri
public bool HasDataUri { get; }
Gets whether the "data_uri" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasGcsUri
public bool HasGcsUri { get; }
Gets whether the "gcs_uri" field is set
Property Value | |
---|---|
Type | Description |
bool |
ImageSourceCase
public Document.Types.ChunkedDocument.Types.Chunk.Types.ImageChunkField.ImageSourceOneofCase ImageSourceCase { get; }
Property Value | |
---|---|
Type | Description |
DocumentTypesChunkedDocumentTypesChunkTypesImageChunkFieldImageSourceOneofCase |