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 page provides documentation for the `Dimension` class within the `Google.Cloud.DocumentAI.V1` namespace, offering details on page dimensions in the Document AI service."],["The latest version available is 3.19.0, with a historical overview spanning from version 1.0.0 to the most recent release, all of which contain documentation for `Document.Types.Page.Types.Dimension`."],["The `Dimension` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enables it to work with the Google Protobuf library."],["Key properties of the `Dimension` class are `Height`, `Unit`, and `Width`, representing the page's dimensions and the units in which they are measured."],["There are two constructors available, a default constructor and one that accepts another instance of `Document.Types.Page.Types.Dimension` for copying its parameters."]]],[]]