ObjectDetectionSettings constructor

ObjectDetectionSettings({
  1. bool isTextIndicationOn = true,
  2. bool isBarcodeOrQRCodeIndicationOn = true,
  3. bool isDocumentIndicationOn = true,
  4. int secondsToWaitBeforeDocumentCapture = 3,
})

Implementation

ObjectDetectionSettings(
    {this.isTextIndicationOn = true,
    this.isBarcodeOrQRCodeIndicationOn = true,
    this.isDocumentIndicationOn = true,
    this.secondsToWaitBeforeDocumentCapture = 3});