2022-03-07 18:33:30 +02:00

8 lines
122 B
C#

namespace PDollarGestureRecognizer {
public struct Result {
public string GestureClass;
public float Score;
}
}