RangeKind Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The kind of the number range entity.
public readonly struct RangeKind : IEquatable<Azure.AI.Language.Text.RangeKind>
type RangeKind = struct
Public Structure RangeKind
Implements IEquatable(Of RangeKind)
- Inheritance
-
RangeKind
- Implements
Constructors
RangeKind(String) |
Initializes a new instance of RangeKind. |
Properties
Age |
Age range. |
Area |
Area range. |
Currency |
Currency range. |
Information |
Information range. |
Length |
Length range. |
Number |
Number range. |
Speed |
Speed range. |
Temperature |
Temperature range. |
Volume |
Volume range. |
Weight |
Weight range. |
Methods
Equals(RangeKind) |
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(RangeKind, RangeKind) |
Determines if two RangeKind values are the same. |
Implicit(String to RangeKind) |
Converts a string to a RangeKind. |
Inequality(RangeKind, RangeKind) |
Determines if two RangeKind values are not the same. |
Applies to
Azure SDK for .NET