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 in the Google Cloud .NET library and is used to describe 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 provides properties for `Height`, `Unit`, and `Width`, allowing you to define and retrieve the dimensions of a document, each with corresponding types and units."],["The webpage also lists available versions of `DocumentDimensions` in descending order, from the latest version 3.4.0 down to version 2.2.0, in addition to the current version."],["It contains the public constructors `DocumentDimensions()` and `DocumentDimensions(DocumentDimensions other)` for creating instances of this class, with the latter being a copy constructor."]]],[]]