SentimentEnricher(EnricherOptions, Nullable<Double>) コンストラクター

定義

SentimentEnricher クラスの新しいインスタンスを初期化します。

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)

パラメーター

options
EnricherOptions

感情分析のオプション。

confidenceThreshold
Nullable<Double>

センチメント決定の信頼度しきい値。 指定しない場合、既定値は 0.7 になります。

適用対象