Class TimedEmotionResult<T>
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
Represents a timed emotion prediction.
public class TimedEmotionResult<T> : EmotionResult<T>
Type Parameters
TThe numeric type.
- Inheritance
-
TimedEmotionResult<T>
- Inherited Members
Properties
EndTime
Gets the end time in seconds.
public required double EndTime { get; init; }
Property Value
StartTime
Gets the start time in seconds.
public required double StartTime { get; init; }