We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6fe16 commit c9f20d2Copy full SHA for c9f20d2
1 file changed
model/src/main/java/com/basistech/rosette/apimodel/CategoriesOptions.java
@@ -43,7 +43,7 @@ public class CategoriesOptions extends Options {
43
* Single label mode will return only the highest scoring category
44
* @return whether or not we are in single label mode
45
*/
46
- private final boolean singleLabel;
+ private final Boolean singleLabel;
47
48
/**
49
* threshold against the category's raw score, whose value
0 commit comments