Table of Contents

Class ScenePrediction<T>

Namespace
AiDotNet.Interfaces
Assembly
AiDotNet.dll

A single scene prediction with confidence.

public class ScenePrediction<T>

Type Parameters

T

The numeric type used for calculations.

Inheritance
ScenePrediction<T>
Inherited Members

Properties

Category

Gets or sets the scene category.

public string Category { get; set; }

Property Value

string

Probability

Gets or sets the probability/confidence score.

public T Probability { get; set; }

Property Value

T

Rank

Gets or sets the rank (1 = most likely).

public int Rank { get; set; }

Property Value

int

Scene

Gets or sets the scene name.

public string Scene { get; set; }

Property Value

string