what-the-bank/sources/com/kofax/kmc/ken/engines/IsgDetectionModule.java

21 lines
766 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.kofax.kmc.ken.engines;
import com.kofax.kmc.ken.engines.data.DocumentDetectionResult;
import com.kofax.kmc.ken.engines.data.DocumentDetectionSettings;
import o.InterfaceC13390fZB;
/* loaded from: classes3.dex */
public class IsgDetectionModule {
/* JADX INFO: Access modifiers changed from: package-private */
@InterfaceC13390fZB(a = IDocumentDetector.FORCED_ISG_DOCUMENT)
public IDocumentDetector<DocumentDetectionSettings, DocumentDetectionResult> a(e eVar) {
return eVar;
}
/* JADX INFO: Access modifiers changed from: package-private */
@InterfaceC13390fZB(a = IDocumentDetector.ISG_DOCUMENT)
public IDocumentDetector<DocumentDetectionSettings, DocumentDetectionResult> a(i iVar) {
return iVar;
}
}