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

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 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(Image)

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

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
int

MimeType

public string MimeType { get; set; }

Encoding media type (MIME type) for the image.

Property Value
TypeDescription
string

Width

public int Width { get; set; }

Width of the image in pixels.

Property Value
TypeDescription
int