Skip to content

Commit d5dce1b

Browse files
RD-2360 clarification on singleLabel
1 parent b3a92d9 commit d5dce1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

model/src/main/java/com/basistech/rosette/apimodel/CategoriesOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class CategoriesOptions extends Options {
4040
private final Integer numCategories;
4141

4242
/**
43-
* Single label mode will return only the highest scoring category
43+
* Single label mode will return only the highest scoring category, regardless of score
4444
* If singleLabel is false, every category whose score exceeds the default
4545
* (or specified) {@link scoreThreshold} value will be returned
4646
* @return whether or not we are in single label mode

0 commit comments

Comments
 (0)