digicust_types 1.8.17 → 1.8.19
Sign up to get free protection for your applications and to get access to all the features.
@@ -34,6 +34,7 @@ export interface ExecutionStrategy {
|
|
34
34
|
engineSpecification?: string;
|
35
35
|
promptRemarks?: string;
|
36
36
|
requireManualClassification?: boolean;
|
37
|
+
requireHumanAnnotation?: boolean;
|
37
38
|
exportOnConfirmedStrategy?: boolean;
|
38
39
|
queueMapping?: {
|
39
40
|
documentType: DigicustDocumentType;
|