Table of Contents

Class TimedEmotionResult<T>

Namespace
AiDotNet.Interfaces
Assembly
AiDotNet.dll

Represents a timed emotion prediction.

public class TimedEmotionResult<T> : EmotionResult<T>

Type Parameters

T

The numeric type.

Inheritance
TimedEmotionResult<T>
Inherited Members

Properties

EndTime

Gets the end time in seconds.

public required double EndTime { get; init; }

Property Value

double

StartTime

Gets the start time in seconds.

public required double StartTime { get; init; }

Property Value

double