We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a92d9 commit d5dce1bCopy full SHA for d5dce1b
1 file changed
model/src/main/java/com/basistech/rosette/apimodel/CategoriesOptions.java
@@ -40,7 +40,7 @@ public class CategoriesOptions extends Options {
40
private final Integer numCategories;
41
42
/**
43
- * Single label mode will return only the highest scoring category
+ * Single label mode will return only the highest scoring category, regardless of score
44
* If singleLabel is false, every category whose score exceeds the default
45
* (or specified) {@link scoreThreshold} value will be returned
46
* @return whether or not we are in single label mode
0 commit comments