RGLDocReaderCameraViewController
Objective-C
@interface RGLDocReaderCameraViewController : RGLDocumentReaderBaseCameraViewController
@property(nonatomic, assign) BOOL resultStatusLocked;
@property(readonly, nonatomic, assign) AVCaptureDevicePosition cameraPosition;
@property(nonatomic, assign) BOOL showHelpPopup;
@property(nonatomic, assign) BOOL helpAnimationShowed;
@property(nonatomic, assign) BOOL showResultMessages;
@property(nonatomic, assign) BOOL showStatusMessages;
@property(nonatomic, assign) BOOL recognizeWasInterrupted;
@property(nonatomic, assign) BOOL skipNextPageRecognition;
@property(nonatomic, assign) double motionRate;
@property(nonatomic, strong, nullable) NSString *cameraStatusString;
@property(nonatomic, strong, nullable) RGLDocumentReaderResults *latestResult;
@property (nonatomic, getter=isCameraControllerPresentedModally) BOOL cameraControllerPresentedModally;
@property(nonatomic, strong, nullable) RGLPreviewView *previewView;
@property(nonatomic, strong, nullable) UIView *controlsView;
@property(nonatomic, strong, nullable) UIButton *closeButton;
@property(nonatomic, strong, nullable) UIButton *flashButton;
@property(nonatomic, strong, nullable) UIButton *swapCameraButton;
@property(nonatomic, strong, nullable) UIButton *bleButton;
@property(nonatomic, strong, nullable) UIButton *batteryButton;
@property(nonatomic, strong, nullable) UILabel *statusLabel;
@property(nonatomic, strong, nullable) UIView *statusView;
@property(nonatomic, strong, nullable) UIButton *captureButton;
@property(nonatomic, strong, nullable) UIButton *frameSizeButton;
@property(nonatomic, strong, nullable) RGLCameraMaskView *maskView;
@property(nonatomic, strong, nullable) UIImageView *logoImage;
@property(nonatomic, strong, nullable) RGLCameraCornerView *borderView;
@property(nonatomic, strong, nullable) UIView *focusView;
@property(nonatomic, strong, nullable) UILabel *cameraUnavailableLabel;
@property(nonatomic, strong, nullable) RGLActivityIndicator *activityIndicator;
@property(nonatomic, strong, nullable) RGLDocumentView *multipageScaningView;
@property(nonatomic, strong, nullable) RGLDocumentView *helpAnimationView;
@property(nonatomic, strong, nullable) UIImageView *borderPlaceholderImage;
@property(nonatomic, strong, nullable) UIImageView *poweredImageView;
@property(nonatomic, assign) BOOL barcodeEnabled;
@property(nonatomic, assign) BOOL faceEnabled;
@property(nonatomic, assign) RGLCameraScanMode cameraScanMode;
@property(nonatomic, strong, nullable) UILabel *customLabel;
@property(nonatomic, assign) BOOL recognitionIsActive;
@property(nonatomic, assign) BOOL showChangeFrameButton;
@property(nonatomic, assign) RGLDocReaderFrame currentCameraFrame;
- (void)closeTapped:(UIButton *)button;
- (void)flashTapped:(UIButton *)button;
- (void)swapTapped:(UIButton *)button;
- (void)captureButtonTapped:(UIButton *)button;
- (void)skipMultipageTapped:(UIButton *)button;
@end
Swift
class DocReaderCameraViewController : RGLDocumentReaderBaseCameraViewController
Undocumented
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL resultStatusLockedSwift
var resultStatusLocked: Bool { get set } -
Undocumented
Declaration
Objective-C
@property(readonly, nonatomic, assign) AVCaptureDevicePosition cameraPositionSwift
var cameraPosition: AVCaptureDevice.Position { get } -
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL showHelpPopupSwift
var showHelpPopup: Bool { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL helpAnimationShowedSwift
var helpAnimationShowed: Bool { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL showResultMessagesSwift
var showResultMessages: Bool { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL showStatusMessagesSwift
var showStatusMessages: Bool { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL recognizeWasInterruptedSwift
var recognizeWasInterrupted: Bool { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL skipNextPageRecognitionSwift
var skipNextPageRecognition: Bool { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) double motionRateSwift
var motionRate: Double { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) NSString *cameraStatusStringSwift
var cameraStatusString: String? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) RGLDocumentReaderResults *latestResultSwift
var latestResult: DocumentReaderResults? { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic, getter=isCameraControllerPresentedModally) BOOL cameraControllerPresentedModallySwift
var isCameraControllerPresentedModally: Bool { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) RGLPreviewView *previewViewSwift
var previewView: PreviewView? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIView *controlsViewSwift
var controlsView: UIView? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIButton *closeButtonSwift
var closeButton: UIButton? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIButton *flashButtonSwift
var flashButton: UIButton? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIButton *swapCameraButtonSwift
var swapCameraButton: UIButton? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIButton *bleButtonSwift
var bleButton: UIButton? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIButton *batteryButtonSwift
var batteryButton: UIButton? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UILabel *statusLabelSwift
var statusLabel: UILabel? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIView *statusViewSwift
var statusView: UIView? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIButton *captureButtonSwift
var captureButton: UIButton? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIButton *frameSizeButtonSwift
var frameSizeButton: UIButton? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) RGLCameraMaskView *maskViewSwift
var maskView: RGLCameraMaskView? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIImageView *logoImageSwift
var logoImage: UIImageView? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) RGLCameraCornerView *borderViewSwift
var borderView: RGLCameraCornerView? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIView *focusViewSwift
var focusView: UIView? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UILabel *cameraUnavailableLabelSwift
var cameraUnavailableLabel: UILabel? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) RGLActivityIndicator *activityIndicatorSwift
var activityIndicator: ActivityIndicator? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) RGLDocumentView *multipageScaningViewSwift
var multipageScaningView: DocumentView? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) RGLDocumentView *helpAnimationViewSwift
var helpAnimationView: DocumentView? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIImageView *borderPlaceholderImageSwift
var borderPlaceholderImage: UIImageView? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIImageView *poweredImageViewSwift
var poweredImageView: UIImageView? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL barcodeEnabledSwift
var barcodeEnabled: Bool { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL faceEnabledSwift
var faceEnabled: Bool { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) RGLCameraScanMode cameraScanModeSwift
var cameraScanMode: CameraScanMode { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UILabel *customLabelSwift
var customLabel: UILabel? { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL recognitionIsActiveSwift
var recognitionIsActive: Bool { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL showChangeFrameButtonSwift
var showChangeFrameButton: Bool { get set } -
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) RGLDocReaderFrame currentCameraFrameSwift
var currentCameraFrame: DocReaderFrame { get set } -
Undocumented
Declaration
Objective-C
- (void)closeTapped:(UIButton *)button;Swift
func closeTapped(_ button: UIButton) -
Undocumented
Declaration
Objective-C
- (void)flashTapped:(UIButton *)button;Swift
func flashTapped(_ button: UIButton) -
Undocumented
Declaration
Objective-C
- (void)swapTapped:(UIButton *)button;Swift
func swapTapped(_ button: UIButton) -
Undocumented
Declaration
Objective-C
- (void)captureButtonTapped:(UIButton *)button;Swift
func captureButtonTapped(_ button: UIButton) -
Undocumented
Declaration
Objective-C
- (void)skipMultipageTapped:(UIButton *)button;Swift
func skipMultipageTapped(_ button: UIButton)