Udostępnij za pośrednictwem


Sentiment Konstruktory

Definicja

Przeciążenia

Sentiment()

Inicjuje nowe wystąpienie klasy Sentiment.

Sentiment(String, Nullable<Double>)

Inicjuje nowe wystąpienie klasy Sentiment.

Sentiment()

Źródło:
Sentiment.cs

Inicjuje nowe wystąpienie klasy Sentiment.

public Sentiment ();
Public Sub New ()

Dotyczy

Sentiment(String, Nullable<Double>)

Źródło:
Sentiment.cs

Inicjuje nowe wystąpienie klasy 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)

Parametry

label
String
score
Nullable<Double>

Dotyczy