public sealed class Image : IMessage<Document.Types.Page.Types.Image>, IEquatable<Document.Types.Page.Types.Image>, IDeepCloneable<Document.Types.Page.Types.Image>, IBufferMessage, IMessageRendered image contents for this page.
Implements
IMessage<Document.Types.Page.Types.Image>, IEquatable<Document.Types.Page.Types.Image>, IDeepCloneable<Document.Types.Page.Types.Image>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
Image()
public Image()Image(Document.Types.Page.Types.Image)
public Image(Document.Types.Page.Types.Image other)| Parameter | |
|---|---|
| Name | Description |
other |
Document.Types.Page.Types.Image |
Properties
Content
public ByteString Content { get; set; }Raw byte content of the image.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|
Height
public int Height { get; set; }Height of the image in pixels.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
MimeType
public string MimeType { get; set; }Encoding mime type for the image.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Width
public int Width { get; set; }Width of the image in pixels.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|