Enum for confidence level
We should define an enum for the different levels allowed for attention computation and use a match...case
structure there. We should absolutely raise in case of an unsupported level.
We should define an enum for the different levels allowed for attention computation and use a match...case
structure there. We should absolutely raise in case of an unsupported level.