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 used in the `Document.Types.Style.Types` context."],["The `FontSize` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer manipulation."],["The class has two constructors: a default constructor `FontSize()` and another `FontSize(Document.Types.Style.Types.FontSize other)` that takes another FontSize object as input."],["The `FontSize` class has two main properties, `Size`, a float representing the font size, and `Unit`, a string representing the font size unit (e.g., in, px, pt)."],["The page provides access to numerous previous versions, starting from version 1.0.0 all the way to the latest being version 3.19.0, as well as links to each versions page."]]],[]]