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

Name Description
TextStyleName(String)

Initializes a new instance of TextStyleName.

Properties

Name Description
Handwriting

handwriting.

Other

other.

Methods

Name Description
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

Name Description
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