Windows Virtual Shields for Arduino
Classes | Variables
Recognition.h File Reference
#include "Sensor.h"
#include "ShieldEvent.h"
#include <ArduinoJson.h>
#include "Arduino.h"

Go to the source code of this file.

Classes

class  Recognition
 

Variables

const int Confidence_High = 0
 
const int Confidence_Medium = 1
 
const int Confidence_Low = 2
 
const int Confidence_Rejected = 3
 
const int Confidence_Error = 5
 

Variable Documentation

const int Confidence_Error = 5
const int Confidence_High = 0
const int Confidence_Low = 2
const int Confidence_Medium = 1
const int Confidence_Rejected = 3