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 `FontSize` class represents the font size with a unit, specifically within the `Google.Cloud.DocumentAI.V1` namespace."],["This class, `FontSize`, is part of the `Document.Types.Style.Types` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors: a default constructor `FontSize()` and one that accepts another `FontSize` object for copying its values `FontSize(Document.Types.Style.Types.FontSize other)`."],["The `FontSize` class has properties for both the `Size` of the font, a float value, and the `Unit`, which is a string and follows CSS naming conventions (in, px, pt, etc.)."],["The webpage provides a list of versions for this component, with the latest version being 3.19.0 and version 1.0.0 being the earliest shown, showing all updates between."]]],[]]