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."],[[["This webpage details the `FontSize` class within the `Google.Cloud.DocumentAI.V1` namespace, which represents font size information with a unit, and is available in .NET."],["The latest version of `FontSize` is 3.19.0, with previous versions ranging from 1.0.0 to 3.18.0 also accessible, all within the same `Google.Cloud.DocumentAI.V1` library."],["The `FontSize` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and it inherits from `Object`."],["`FontSize` has two properties, `Size`, which represents the font size as a float, and `Unit`, which is a string that defines the measurement unit (e.g., \"in\", \"px\", \"pt\")."],["The class offers two constructors: a default `FontSize()` constructor and another that takes a `Document.Types.Style.Types.FontSize` object as a parameter."]]],[]]