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 details the `DocumentDimensions` class, which is part of the `Google.Cloud.AutoML.V1` namespace in the .NET environment."],["The `DocumentDimensions` class is a message type used to describe the dimensions of a document and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Height`, `Unit`, and `Width`, enabling the specification of a document's dimensions and the units they are measured in, with the `Height` and `Width` properties being of the `Single` type."],["There are two constructors available, one being the basic `DocumentDimensions()`, and the other a copy constructor, `DocumentDimensions(DocumentDimensions other)`."],["The page also provides links to prior versions of the documentation for this class, ranging from versions 2.2.0 to 3.4.0, with 3.4.0 being the latest."]]],[]]