| Visual Basic (Declaration) | |
|---|---|
Public Overrides ReadOnly Property Confidence As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public override int Confidence {get;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property int get_Confidence() override; | |
This read-only property is the confidence value of the result object. It will be a value between 0 and 100.
