public sealed class Dimension : IMessage<Document.Types.Page.Types.Dimension>, IEquatable<Document.Types.Page.Types.Dimension>, IDeepCloneable<Document.Types.Page.Types.Dimension>, 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-21 UTC."],[[["This webpage provides documentation for the `Dimension` class, which is part of the `Google.Cloud.DocumentAI.V1` namespace and is used for defining page dimensions within the Google Cloud Document AI service."],["The `Dimension` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as message handling, equality comparison, deep cloning, and buffer management."],["The documentation covers a range of versions for this class, starting from version 1.0.0 and going up to the latest version 3.19.0, providing links to each specific version's documentation."],["The class includes properties such as `Height`, `Width`, and `Unit`, which represent the page height, width, and the unit of measurement for the dimensions, respectively."],["There are two constructors for the class: a default constructor `Dimension()` and an overloaded one `Dimension(Document.Types.Page.Types.Dimension other)` that allows to create a new Dimension with the properties of an existing one."]]],[]]