Class SceneSegment<T>
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
A segment with scene information.
public class SceneSegment<T>
Type Parameters
TThe numeric type used for calculations.
- Inheritance
-
SceneSegment<T>
- Inherited Members
Properties
Confidence
Gets or sets the confidence score.
public T Confidence { get; set; }
Property Value
- T
EndTime
Gets or sets the end time in seconds.
public double EndTime { get; set; }
Property Value
Scene
Gets or sets the scene in this segment.
public string Scene { get; set; }
Property Value
StartTime
Gets or sets the start time in seconds.
public double StartTime { get; set; }