InceptionRecognitionResult Constructor |
https://www.emgu.com
Create a recognition result by providing the label and the probability
Namespace:
Emgu.TF.Lite.Models
Assembly:
Emgu.TF.Lite.Models (in Emgu.TF.Lite.Models.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntaxpublic RecognitionResult(
string label,
double probability
)
Public Sub New (
label As String,
probability As Double
)
public:
RecognitionResult(
String^ label,
double probability
)
new :
label : string *
probability : float -> RecognitionResult
Parameters
- label
- Type: SystemString
The label - probability
- Type: SystemDouble
The probability
See Also