public sealed class FontSize : IMessage<Document.Types.Style.Types.FontSize>, IEquatable<Document.Types.Style.Types.FontSize>, IDeepCloneable<Document.Types.Style.Types.FontSize>, 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 of the `FontSize` class is 3.19.0, with the documentation also providing access to previous versions, all the way down to version 1.0.0."],["`FontSize` is a class representing font size with unit, that inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FontSize` class includes two constructors: a default constructor `FontSize()` and a copy constructor `FontSize(Document.Types.Style.Types.FontSize other)`."],["It has properties `Size`, which is a `float` representing the font size, and `Unit`, which is a `string` denoting the unit of measurement for the font size, following CSS naming conventions."],["The `FontSize` class is located within the namespace `Google.Cloud.DocumentAI.V1` and is part of the `Google.Cloud.DocumentAI.V1.dll` assembly."]]],[]]