Closed tommasobertoni closed 3 years ago
The user should be able to configure the min matching value / percentage for a command to be identified.
new Covox(new Configuration { // ..change name IdentificationThreshold = 0.9 // 0 < value <= 1 });
The configuration should be validated.
The user should be able to configure the min matching value / percentage for a command to be identified.
The configuration should be validated.