Interface IPrediction
Namespace: IndicoV2-CommonModels-Predictions
Assembly: IndicoV2-Abstractions-dll
public interface IPredictionProperties
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 6 months ago
