Table of Contents

Class AlternativeAnswer<T>

Namespace
AiDotNet.Document
Assembly
AiDotNet.dll

Represents an alternative answer with lower confidence.

public class AlternativeAnswer<T>

Type Parameters

T

The numeric type used for calculations.

Inheritance
AlternativeAnswer<T>
Inherited Members

Properties

Answer

Gets the alternative answer text.

public string Answer { get; init; }

Property Value

string

Confidence

Gets the confidence score for this alternative.

public T Confidence { get; init; }

Property Value

T