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."],[[["The latest version available for `DocumentDimensions` is 3.4.0, and the document also covers versions down to 2.2.0, with the current page focusing on version 2.6.0."],["`DocumentDimensions` is a class that describes the dimensions of a document, inheriting from `Object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has properties to define the document's `Height`, `Unit`, and `Width`, with `Height` and `Width` being of type `Single` (float) and `Unit` being of type `DocumentDimensions.Types.DocumentDimensionUnit`."],["The `DocumentDimensions` class is found within the `Google.Cloud.AutoML.V1` namespace and the `Google.Cloud.AutoML.V1.dll` assembly."],["The class has two constructors, a parameterless constructor and another accepting an instance of DocumentDimensions."]]],[]]