what-the-bank/sources/com/kofax/mobile/sdk/ae/g.java

30 lines
621 B
Java

package com.kofax.mobile.sdk.ae;
import android.graphics.Bitmap;
import com.kofax.kmc.ken.engines.data.BoundingTetragon;
/* loaded from: classes3.dex */
public class g {
private Bitmap HG;
private BoundingTetragon HH;
private boolean HI;
public g(Bitmap bitmap, BoundingTetragon boundingTetragon, boolean z) {
this.HG = bitmap;
this.HH = boundingTetragon;
this.HI = z;
}
public boolean lR() {
return this.HI;
}
public Bitmap getProcessedImage() {
return this.HG;
}
public BoundingTetragon getBounds() {
return this.HH;
}
}