Cloud Document AI v1beta3 API - Class Document.Types.Style.Types.FontSize (2.0.0-beta09)

Stay organized with collections Save and categorize content based on your preferences.
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 v1beta3 API class Document.Types.Style.Types.FontSize.

Font size with unit.

Inheritance

object > Document.Types.Style.Types.FontSize

Namespace

GoogleCloudGoogle.Cloud.DocumentAIV1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

FontSize()

public FontSize()

FontSize(FontSize)

public FontSize(Document.Types.Style.Types.FontSize other)
Parameter
NameDescription
otherDocumentTypesStyleTypesFontSize

Properties

Size

public float Size { get; set; }

Font size for the text.

Property Value
TypeDescription
float

Unit

public string Unit { get; set; }

Unit for the font size. Follows CSS naming (in, px, pt, etc.).

Property Value
TypeDescription
string