Interface StartDocumentClassifier

Information about a uploaded document

interface StartDocumentClassifier {
    caseId: string;
    customerId: string;
    executionStrategy?: ExecutionStrategy;
    fileName?: string;
    finished?: boolean;
    originalName?: string;
    projectId: string;
    storagePath?: string;
    uploadedAt?: Date;
}

Hierarchy (view full)

Properties

caseId: string
customerId: string
executionStrategy?: ExecutionStrategy
fileName?: string
finished?: boolean
originalName?: string
projectId: string
storagePath?: string
uploadedAt?: Date