Interface IPrediction
Namespace: IndicoV2-CommonModels-Predictions
Assembly: IndicoV2-Abstractions-dll
public interface IPrediction
Properties
IReadOnlyDictionary<string, double> Confidence { get; }
Property Value
IReadOnlyDictionary<string, double>
int End { get; }
Property Value
string Label { get; }
Property Value
int Start { get; }
Property Value
string Text { get; }
Property Value
Updated about 1 year ago