DocumentDetectorCustomizationAndroid constructor

DocumentDetectorCustomizationAndroid({
  1. String? styleResIdName,
  2. String? layoutResIdName,
  3. String? greenMaskResIdName,
  4. String? redMaskResIdName,
  5. String? whiteMaskResIdName,
  6. String? maskType,
})

Implementation

DocumentDetectorCustomizationAndroid(
    {this.styleResIdName,
    this.layoutResIdName,
    this.greenMaskResIdName,
    this.redMaskResIdName,
    this.whiteMaskResIdName,
    this.maskType});