Confidence Property
Summary
Indicates the confidence level of the analysis/prediction.
Syntax
public int Confidence { get; set; }
Public Property Confidence() As Integer
Get
Set
public:
property Int32 Confidence
{
Int32 get()
void set(Int32 value)
}
Property Value
Values ranges from 0 (no confidence) to 100 (high confidence).