Share via


Sentiment Class

Definition

LUIS Sentiment. Look at https://www.luis.ai/Help for more information.

public class Sentiment
type Sentiment = class
Public Class Sentiment
Inheritance
Sentiment

Constructors

Sentiment()

Initializes a new instance of the Sentiment class.

Sentiment(String, Nullable<Double>)

Initializes a new instance of the Sentiment class.

Properties

Label

The text sentiment label detected by LUIS service in response to a query.

Score

The score for the sentiment label.

Applies to