Sentiment Class
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.
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. |