File Extract Response
data class FileExtractResponse(val sourceId: String, val contextId: String, val filename: String, val chunksProcessed: Int, val totalPropositions: Int, val chunks: List<ChunkSummary>, val entities: EntitySummary, val revision: RevisionSummary?)
Response from file extraction endpoint.
Constructors
Link copied to clipboard
constructor(sourceId: String, contextId: String, filename: String, chunksProcessed: Int, totalPropositions: Int, chunks: List<ChunkSummary>, entities: EntitySummary, revision: RevisionSummary?)