public sealed class Document.Types.Style.Types.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-04-17 UTC."],[[["This webpage provides documentation for the `FontSize` class within the Google Cloud Document AI v1 API, specifically for the .NET environment."],["The content includes a list of available versions of the `FontSize` class, ranging from version 1.0.0 up to the latest version, 3.19.0, and offers links to the documentation for each one."],["The `FontSize` class, represented as `Document.Types.Style.Types.FontSize`, is used to define the font size of text in documents, and can have specific units such as `in`, `px`, and `pt` as per CSS naming conventions."],["The `FontSize` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for deep cloning and message handling."],["The class provides two properties: `Size`, which is a float value that contains the size of the font, and `Unit`, a string property containing the unit of the font size."]]],[]]