public sealed class DocumentDimensions : IMessage<DocumentDimensions>, IEquatable<DocumentDimensions>, IDeepCloneable<DocumentDimensions>, 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 documents the `DocumentDimensions` class, which is part of the `Google.Cloud.AutoML.V1` namespace, version 2.4.0, and describes the dimensions of a document."],["The `DocumentDimensions` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer management."],["The class includes properties for `Height`, `Unit`, and `Width`, which collectively define the dimensions and the unit of measurement for a document."],["There are multiple versions of the `DocumentDimensions` class available, ranging from version 2.2.0 to the latest 3.4.0, with each version having a unique URL for reference."],["The class can be constructed through either an empty constructor or a constructor taking in another DocumentDimension as a parameter."]]],[]]