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."],[[["This webpage provides documentation for the `FontSize` class within the Google Cloud Document AI v1 API, specifically for the .NET environment."],["The latest version of the `FontSize` class is 3.19.0, but documentation is available for versions ranging from 1.0.0 to 3.19.0."],["The `FontSize` class is a part of the `Google.Cloud.DocumentAI.V1` namespace, and it is used to represent font size with units in the context of document styles."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["Key properties of the `FontSize` class include `Size` (a float representing the font size) and `Unit` (a string representing the unit of the font size, like \"in\", \"px\", or \"pt\")."]]],[]]