Skip to content

Commit 040af79

Browse files
APE-1834 Add caseSensitivity option
1 parent d411174 commit 040af79

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)