Table of Contents

Constructor EmotionDetection

Namespace
LMKit.TextAnalysis
Assembly
LM-Kit.NET.dll

EmotionDetection(LLM)

Creates an instance of the EmotionDetection class.

public EmotionDetection(LLM model)

Parameters

model LLM

A LLM object that specifies the LLM model to be inferred by the instance.

Exceptions

ArgumentNullException

Thrown when the provided model argument is null, indicating that a valid model is required to create an EmotionDetection instance.