Interface IPrediction

Namespace: IndicoV2-CommonModels-Predictions
Assembly: IndicoV2-Abstractions-dll

public interface IPrediction

Properties

Confidence

IReadOnlyDictionary<string, double> Confidence { get; }

Property Value

IReadOnlyDictionary<string, double>

End

int End { get; }

Property Value

int

Label

string Label { get; }

Property Value

string

Start

int Start { get; }

Property Value

int

Text

string Text { get; }

Property Value

string