public sealed class Image : IMessage<Document.Types.Page.Types.Image>, IEquatable<Document.Types.Page.Types.Image>, IDeepCloneable<Document.Types.Page.Types.Image>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This webpage provides documentation for the `Image` class within the `Google.Cloud.DocumentAI.V1Beta3` namespace, specifically for version 1.0.0-beta04."],["The `Image` class represents rendered image content and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default `Image()` constructor and a constructor `Image(Document.Types.Page.Types.Image other)` that takes another `Image` object as input."],["Key properties of the `Image` class include `Content` (raw image bytes), `Height` (image height in pixels), `MimeType` (image encoding type), and `Width` (image width in pixels)."]]],[]]