Cloud Document AI v1 API - Class Document.Types.Page.Types.Image (3.6.0)

public sealed class 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 v1 API class Document.Types.Page.Types.Image.

Rendered image contents for this page.

Inheritance

Object > Document.Types.Page.Types.Image

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

Image()

public Image()

Image(Document.Types.Page.Types.Image)

public Image(Document.Types.Page.Types.Image other)
Parameter
NameDescription
otherDocument.Types.Page.Types.Image

Properties

Content

public ByteString Content { get; set; }

Raw byte content of the image.

Property Value
TypeDescription
ByteString

Height

public int Height { get; set; }

Height of the image in pixels.

Property Value
TypeDescription
Int32

MimeType

public string MimeType { get; set; }

Encoding mime type for the image.

Property Value
TypeDescription
String

Width

public int Width { get; set; }

Width of the image in pixels.

Property Value
TypeDescription
Int32