Table of Contents

Class SceneSegment<T>

Namespace
AiDotNet.Interfaces
Assembly
AiDotNet.dll

A segment with scene information.

public class SceneSegment<T>

Type Parameters

T

The 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

double

Scene

Gets or sets the scene in this segment.

public string Scene { get; set; }

Property Value

string

StartTime

Gets or sets the start time in seconds.

public double StartTime { get; set; }

Property Value

double