Interface StartDataExtractionDto

interface StartDataExtractionDto {
    caseId: string;
    classification: DigicustDocumentType;
    customerId: string;
    executionStrategy?: ExecutionStrategy;
    fileName: string;
    filePath: string;
    isHumanAnnotation?: boolean;
    projectId: string;
    queueId?: string;
    rossumOptions?: {
        exportOnConfirmed?: boolean;
        queueId?: number;
    };
}

Properties

caseId: string
classification: DigicustDocumentType
customerId: string
executionStrategy?: ExecutionStrategy
fileName: string
filePath: string
isHumanAnnotation?: boolean
projectId: string
queueId?: string
rossumOptions?: {
    exportOnConfirmed?: boolean;
    queueId?: number;
}

Type declaration

  • Optional exportOnConfirmed?: boolean
  • Optional queueId?: number