Table of Contents

Constructor EmotionDetection

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

EmotionDetection(LM)

Creates an instance of the EmotionDetection class.

public EmotionDetection(LM model)

Parameters

model LM

A LM object that specifies the LM 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.