RangeKind Struct

Definition

The kind of range that the resolution object represents.

public readonly struct RangeKind : IEquatable<Azure.AI.Language.Conversations.Models.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