41 lines
1.3 KiB
Java
41 lines
1.3 KiB
Java
package com.kofax.mobile.sdk.y;
|
|
|
|
import android.graphics.Bitmap;
|
|
import com.kofax.android.abc.image_classification.ResultPair;
|
|
import com.kofax.mobile.sdk.y.v;
|
|
import java.util.List;
|
|
import o.InterfaceC13391fZD;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class d implements com.kofax.mobile.sdk.c.b {
|
|
private final com.kofax.mobile.sdk.c.b Sc;
|
|
|
|
@InterfaceC13391fZD
|
|
public d(@com.kofax.mobile.sdk.z.a com.kofax.mobile.sdk.c.b bVar) {
|
|
this.Sc = bVar;
|
|
}
|
|
|
|
@Override // com.kofax.mobile.sdk.c.b
|
|
public List<ResultPair> a(String str, Bitmap bitmap, int i) {
|
|
return (List) new v().a("IdBitmapClassifier.classify(Bitmap, int)", new v.a<List<ResultPair>>(this, str, bitmap, i) { // from class: com.kofax.mobile.sdk.y.d.1
|
|
final String Lb;
|
|
final int Sd;
|
|
final d Se;
|
|
final Bitmap aw;
|
|
|
|
{
|
|
this.Se = this;
|
|
this.Lb = str;
|
|
this.aw = bitmap;
|
|
this.Sd = i;
|
|
}
|
|
|
|
@Override // com.kofax.mobile.sdk.y.v.a
|
|
/* renamed from: qn, reason: merged with bridge method [inline-methods] */
|
|
public List<ResultPair> run() {
|
|
return this.Se.Sc.a(this.Lb, this.aw, this.Sd);
|
|
}
|
|
});
|
|
}
|
|
}
|