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 available for `FontSize` is 3.19.0, which can be found in the `Google.Cloud.DocumentAI.V1` namespace."],["The `FontSize` class represents a font size with a unit and is part of the `Google.Cloud.DocumentAI.V1.Document.Types.Style.Types` namespace."],["`FontSize` has two properties, `Size` which stores the numerical font size and `Unit` which describes the units of the size (e.g., \"in\", \"px\", \"pt\")."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `FontSize` class has two constructors, a default constructor and a constructor that takes another `FontSize` object as a parameter for initialization."]]],[]]