TextCaptureOverlay.withTextCaptureForView constructor
- @Deprecated("Text Capture mode is deprecated.")
- TextCapture textCapture,
- DataCaptureView? view
Implementation
@Deprecated("Text Capture mode is deprecated.")
TextCaptureOverlay.withTextCaptureForView(TextCapture textCapture, DataCaptureView? view) : this._(textCapture, view);