public sealed class DocumentDimensions : IMessage<DocumentDimensions>, IEquatable<DocumentDimensions>, IDeepCloneable<DocumentDimensions>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class DocumentDimensions.
[[["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 of the Google AutoML v1 API's `DocumentDimensions` class is 3.4.0, with version 3.3.0 being the current context and other versions available going back as far as 2.2.0."],["The `DocumentDimensions` class is a message that provides information on the dimensions of a document, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties for `Height` and `Width`, which are float values, and `Unit`, which specifies the unit of measurement for the dimensions and is of type `DocumentDimensions.Types.DocumentDimensionUnit`."],["`DocumentDimensions` has two constructors, a default constructor, and another that takes an existing `DocumentDimensions` object as a parameter for making a copy."]]],[]]