artiso-solutions / CoVoX

MIT License
1 stars 1 forks source link

Enable to configure the understanding min value #35

Closed tommasobertoni closed 3 years ago

tommasobertoni commented 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.