SentimentEnricher(EnricherOptions, Nullable<Double>) Konstruktor

Definition

Initialisiert eine neue Instanz der SentimentEnricher-Klasse.

public SentimentEnricher(Microsoft.Extensions.DataIngestion.EnricherOptions options, double? confidenceThreshold = default);
new Microsoft.Extensions.DataIngestion.SentimentEnricher : Microsoft.Extensions.DataIngestion.EnricherOptions * Nullable<double> -> Microsoft.Extensions.DataIngestion.SentimentEnricher
Public Sub New (options As EnricherOptions, Optional confidenceThreshold As Nullable(Of Double) = Nothing)

Parameter

options
EnricherOptions

Die Optionen für die Stimmungsanalyse.

confidenceThreshold
Nullable<Double>

Die Konfidenzschwelle für die Stimmungsbestimmung. Wenn dies nicht angegeben ist, wird standardmäßig 0,7 festgelegt.

Gilt für: