public sealed class Document.Types.Page.Types.Image : IMessage<Document.Types.Page.Types.Image>, IEquatable<Document.Types.Page.Types.Image>, IDeepCloneable<Document.Types.Page.Types.Image>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class Document.Types.Page.Types.Image.
Rendered image contents for this page.
Implements
IMessageDocumentTypesPageTypesImage, IEquatableDocumentTypesPageTypesImage, IDeepCloneableDocumentTypesPageTypesImage, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
Image()
public Image()
Image(Image)
public Image(Document.Types.Page.Types.Image other)
Parameter | |
---|---|
Name | Description |
other |
DocumentTypesPageTypesImage |
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 |
int |
MimeType
public string MimeType { get; set; }
Encoding media type (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 |
int |