ScanSettings

constructor(version: String, intent: EnumOrRaw<ScanIntent>? = null, scanRegions: ScanRegions? = null, documentFormat: String? = null, documentFormatExt: String? = null, contentType: EnumOrRaw<ContentType>? = null, inputSource: InputSource? = null, xResolution: UInt? = null, yResolution: UInt? = null, colorMode: ColorMode? = null, colorSpace: String? = null, mediaType: String? = null, ccdChannel: CcdChannel? = null, binaryRendering: BinaryRendering? = null, duplex: Boolean? = null, numberOfPages: UInt? = null, brightness: UInt? = null, compressionFactor: UInt? = null, contrast: UInt? = null, gamma: UInt? = null, highlight: UInt? = null, noiseRemoval: UInt? = null, shadow: UInt? = null, sharpen: UInt? = null, threshold: UInt? = null, contextID: String? = null, blankPageDetection: Boolean? = null, feedDirection: FeedDirection? = null, blankPageDetectionAndRemoval: Boolean? = null)