Share via


NumberKind Struct

Definition

The type of the extracted number entity.

public readonly struct NumberKind : IEquatable<Azure.AI.Language.Text.NumberKind>
type NumberKind = struct
Public Structure NumberKind
Implements IEquatable(Of NumberKind)
Inheritance
NumberKind
Implements

Constructors

NumberKind(String)

Initializes a new instance of NumberKind.

Properties

Decimal

Decimal number.

Fraction

Fraction number.

Integer

Integer number.

Percent

Percent number.

Power

Power number.

Unspecified

Unspecified number kind.

Methods

Equals(NumberKind)

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(NumberKind, NumberKind)

Determines if two NumberKind values are the same.

Implicit(String to NumberKind)

Converts a string to a NumberKind.

Inequality(NumberKind, NumberKind)

Determines if two NumberKind values are not the same.

Applies to