Table of Contents

Class SceneTransition<T>

Namespace
AiDotNet.Interfaces
Assembly
AiDotNet.dll

A detected scene transition.

public class SceneTransition<T>

Type Parameters

T

The 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

string

Time

Gets or sets the time of transition in seconds.

public double Time { get; set; }

Property Value

double

ToScene

Gets or sets the scene after transition.

public string ToScene { get; set; }

Property Value

string