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-24 UTC."],[[["The `FontSize` class represents the font size of text within a document, including its size and unit."],["This class is found within the `Google.Cloud.DocumentAI.V1Beta3` namespace and is part of the `Google.Cloud.DocumentAI.V1Beta3.dll` assembly."],["`FontSize` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default constructor and one that takes another `FontSize` object as a parameter."],["The class has two main properties, `Size` (a float representing the font size) and `Unit` (a string specifying the unit of measurement, like \"in,\" \"px,\" or \"pt\")."]]],[]]