Constructor EmotionDetection
- Namespace
- LMKit.TextAnalysis
- Assembly
- LM-Kit.NET.dll
EmotionDetection(LLM)
Creates an instance of the EmotionDetection class.
public EmotionDetection(LLM model)
Parameters
Exceptions
- ArgumentNullException
Thrown when the provided
model
argument is null, indicating that a valid model is required to create an EmotionDetection instance.