Package com.microblink.uisettings
Class CameraSettings
- java.lang.Object
-
- com.microblink.uisettings.CameraSettings
-
- All Implemented Interfaces:
android.os.Parcelable
public class CameraSettings extends java.lang.Object implements android.os.Parcelable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CameraSettings.Builder
-
Field Summary
Fields Modifier and Type Field Description CameraAspectMode
aspectMode
static android.os.Parcelable.Creator<CameraSettings>
CREATOR
boolean
forceLegacyApi
boolean
isOptimizedForNearScan
boolean
isPinchToZoomAllowed
float
previewZoomScale
com.microblink.view.surface.CameraSurface
surface
CameraType
type
VideoResolutionPreset
videoResolutionPreset
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(RecognizerRunnerView recognizerRunnerView)
int
describeContents()
void
writeToParcel(android.os.Parcel dest, int flags)
-
-
-
Field Detail
-
type
@NonNull public final CameraType type
-
isOptimizedForNearScan
public final boolean isOptimizedForNearScan
-
aspectMode
@NonNull public final CameraAspectMode aspectMode
-
previewZoomScale
public final float previewZoomScale
-
surface
@NonNull public final com.microblink.view.surface.CameraSurface surface
-
forceLegacyApi
public final boolean forceLegacyApi
-
isPinchToZoomAllowed
public final boolean isPinchToZoomAllowed
-
videoResolutionPreset
@NonNull public final VideoResolutionPreset videoResolutionPreset
-
CREATOR
public static final android.os.Parcelable.Creator<CameraSettings> CREATOR
-
-
Method Detail
-
apply
public void apply(@NonNull RecognizerRunnerView recognizerRunnerView)
-
describeContents
public int describeContents()
- Specified by:
describeContents
in interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(@NonNull android.os.Parcel dest, int flags)
- Specified by:
writeToParcel
in interfaceandroid.os.Parcelable
-
-