ProcessingResult constructor
ProcessingResult({})
Implementation
ProcessingResult({
required this.processedCount,
required this.failedCount,
required this.totalEmbeddings,
required this.errors,
});
ProcessingResult({
required this.processedCount,
required this.failedCount,
required this.totalEmbeddings,
required this.errors,
});