Class SceneTransition<T>
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
A detected scene transition.
public class SceneTransition<T>
Type Parameters
TThe numeric type used for calculations.
- Inheritance
-
SceneTransition<T>
- Inherited Members
Properties
Confidence
Gets or sets the confidence in the transition detection.
public T Confidence { get; set; }
Property Value
- T
FromScene
Gets or sets the scene before transition.
public string FromScene { get; set; }
Property Value
Time
Gets or sets the time of transition in seconds.
public double Time { get; set; }
Property Value
ToScene
Gets or sets the scene after transition.
public string ToScene { get; set; }