Delen via


Sentiment Constructors

Definitie

Overloads

Sentiment()

Initialiseert een nieuw exemplaar van de klasse Sentiment.

Sentiment(String, Nullable<Double>)

Initialiseert een nieuw exemplaar van de klasse Sentiment.

Sentiment()

Bron:
Sentiment.cs

Initialiseert een nieuw exemplaar van de klasse Sentiment.

public Sentiment();
Public Sub New ()

Van toepassing op

Sentiment(String, Nullable<Double>)

Bron:
Sentiment.cs

Initialiseert een nieuw exemplaar van de klasse Sentiment.

public Sentiment(string label = default, double? score = default);
new Microsoft.Bot.Builder.Luis.Models.Sentiment : string * Nullable<double> -> Microsoft.Bot.Builder.Luis.Models.Sentiment
Public Sub New (Optional label As String = Nothing, Optional score As Nullable(Of Double) = Nothing)

Parameters

label
String
score
Nullable<Double>

Van toepassing op