public static class FrameHandler.Frame
Represents captured frame data and bounds
public Frame(@NotNull
kotlin.Array[] frame,
int width,
int height,
int frameOrientation,
@Nullable
android.graphics.Rect finderRect,
@Nullable
android.graphics.RectF visibleRect,
int finderInnerThresholdPx,
int finderOuterThresholdPx)
Represents captured frame data and bounds
@NotNull public kotlin.Array[] getFrame()
public int getWidth()
public int getHeight()
public int getFrameOrientation()
@Nullable public android.graphics.Rect getFinderRect()
@Nullable public android.graphics.RectF getVisibleRect()
public int getFinderInnerThresholdPx()
public int getFinderOuterThresholdPx()
@NotNull public kotlin.Array[] component1()
public int component2()
public int component3()
public int component4()
@Nullable public android.graphics.Rect component5()
@Nullable public android.graphics.RectF component6()
public int component7()
public int component8()
@NotNull
public io.scanbot.sdk.camera.FrameHandler.Frame copy(@NotNull
kotlin.Array[] frame,
int width,
int height,
int frameOrientation,
@Nullable
android.graphics.Rect finderRect,
@Nullable
android.graphics.RectF visibleRect,
int finderInnerThresholdPx,
int finderOuterThresholdPx)
Represents captured frame data and bounds
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)