public sealed class Document.Types.Page.Types.Dimension : IMessage<Document.Types.Page.Types.Dimension>, IEquatable<Document.Types.Page.Types.Dimension>, IDeepCloneable<Document.Types.Page.Types.Dimension>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class Document.Types.Page.Types.Dimension.
[[["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 documentation provides details for the `Document.Types.Page.Types.Dimension` class within the Google Cloud Document AI v1beta3 API, specifically version 2.0.0-beta22."],["The `Dimension` class represents the dimensions of a page, as described by its height, width, and the units used for those measurements."],["The `Dimension` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities like message handling, equality comparisons, and cloning."],["The class includes constructors for creating new instances, either with default values or by copying properties from an existing `Dimension` object, as well as properties like `Height`, `Unit`, and `Width`."],["This class is located within the `Google.Cloud.DocumentAI.V1Beta3` namespace and is contained in the `Google.Cloud.DocumentAI.V1Beta3.dll` assembly."]]],[]]