Share via


TextStyleName Struct

Definition

The text line style name, including handwriting and other.

public readonly struct TextStyleName : IEquatable<Azure.AI.FormRecognizer.Models.TextStyleName>
type TextStyleName = struct
Public Structure TextStyleName
Implements IEquatable(Of TextStyleName)
Inheritance
TextStyleName
Implements

Constructors

TextStyleName(String)

Initializes a new instance of TextStyleName.

Properties

Handwriting

handwriting.

Other

other.

Methods

Equals(TextStyleName)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(TextStyleName, TextStyleName)

Determines if two TextStyleName values are the same.

Implicit(String to TextStyleName)

Converts a string to a TextStyleName.

Inequality(TextStyleName, TextStyleName)

Determines if two TextStyleName values are not the same.

Applies to