Skip to content

Commit 41e5231

Browse files
Merge pull request #165 from orenro/master
APE-1834 Add caseSensitivity option
2 parents 969151f + 040af79 commit 41e5231

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,9 @@ public class EntitiesOptions extends Options {
7878
* @return the RTS workspace id.
7979
*/
8080
private final String rtsDecoder;
81+
82+
/**
83+
* @return case sensitivity of model to use. Can be one of caseSensitive, caseInsensitive or automatic.
84+
*/
85+
private final String caseSensitivity;
8186
}

0 commit comments

Comments
 (0)