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 webpage documents the `FontSize` class within the `Google.Cloud.DocumentAI.V1` namespace, which represents the font size with its unit."],["The `FontSize` class is part of a larger inheritance structure, deriving from `Object` and implementing multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `FontSize` class can be constructed using a default constructor or a constructor that takes another `FontSize` object as a parameter."],["It has two properties, `Size` of type `Single`, representing the font size, and `Unit` of type `String`, which specifies the unit of measurement (e.g., \"in,\" \"px,\" \"pt\")."],["The page shows a version history, with the latest version of this class being 3.19.0, and all the way down to version 1.0.0."]]],[]]