NumberWithUnits Class

Definition

Strongly typed class for LUIS number and units entity recognition.

public class NumberWithUnits
type NumberWithUnits = class
Public Class NumberWithUnits
Inheritance
NumberWithUnits
Derived

Remarks

Specific subtypes of this class are generated to match the builtin age, currency, dimension and temperature entities.

Constructors

NumberWithUnits(Nullable<Double>, String)

Initializes a new instance of the NumberWithUnits class.

Properties

Number

Gets or sets recognized number, or null if unit only.

Units

Gets or sets normalized recognized unit.

Applies to