Skip to content

Commit 6f3d9f0

Browse files
author
Amit Seker
committed
TEJ-1661: Add structured region processing type option.
1 parent f9ce478 commit 6f3d9f0

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
@@ -89,4 +89,9 @@ public class EntitiesOptions extends Options {
8989
* @return the enableStructuredRegion flag.
9090
*/
9191
private final Boolean enableStructuredRegion;
92+
93+
/**
94+
* @return the structuredRegionProcessingType flag. Can be one of none, nerModel, nameClassifier
95+
*/
96+
private final String structuredRegionProcessingType;
9297
}

0 commit comments

Comments
 (0)