TextCaptureOverlay.withTextCaptureForView constructor

  1. @Deprecated("Text Capture mode is deprecated.")
TextCaptureOverlay.withTextCaptureForView(
  1. TextCapture textCapture,
  2. DataCaptureView? view
)

Implementation

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