public sealed class 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 v1 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-21 UTC."],[[["This page provides documentation for the `Document.Types.Page.Types.Dimension` class within the Google Cloud Document AI v1 API for .NET, covering versions from 1.0.0 to the latest, 3.19.0."],["The `Dimension` class represents the dimensions of a page in the document, including `Height`, `Width`, and the `Unit` of measurement."],["The `Dimension` class inherits from `Object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation details the class's constructors, including a default constructor and one that accepts another `Dimension` object, and also outlines the properties `Height`, `Unit`, and `Width`, along with their types and descriptions."],["The latest version available on this page is version 3.19.0."]]],[]]