public sealed class FontSize : IMessage<Document.Types.Style.Types.FontSize>, IEquatable<Document.Types.Style.Types.FontSize>, IDeepCloneable<Document.Types.Style.Types.FontSize>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class Document.Types.Style.Types.FontSize.
[[["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 provided content details the `FontSize` class within the `Google.Cloud.DocumentAI.V1` API, specifically for .NET, and its associated versions."],["The latest version available for this API class is 3.19.0, with other versions listed chronologically down to 1.0.0, indicating a comprehensive version history."],["`FontSize` class in Document AI API is intended to define font size, it is a sealed class that implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `FontSize` class includes properties for `Size` (a float representing the font size) and `Unit` (a string defining the unit of measurement, like \"in\", \"px\", or \"pt\")."],["The class has two constructors, a default one, and another one that takes in a parameter `other`, which is of the same type, `Document.Types.Style.Types.FontSize`."]]],[]]